Skip to content

Commit bc10b43

Browse files
committed
default.nix: directly import devShell.nix
1 parent b5fac9c commit bc10b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ in
1313
# Pass this flake as inputs.digga
1414
defaultNix // {
1515
inputs = defaultNix.inputs // { digga = defaultNix; };
16-
shell = import ./shell.nix;
16+
shell = import ./devShell.nix { };
1717
}
1818

0 commit comments

Comments
 (0)