We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5fac9c commit bc10b43Copy full SHA for bc10b43
default.nix
@@ -13,6 +13,6 @@ in
13
# Pass this flake as inputs.digga
14
defaultNix // {
15
inputs = defaultNix.inputs // { digga = defaultNix; };
16
- shell = import ./shell.nix;
+ shell = import ./devShell.nix { };
17
}
18
0 commit comments