Merge pull request #10 from Programmerino/patch-1
Fix development env (VSCode and nix develop)
This commit is contained in:
commit
c94f12580f
1 changed files with 2 additions and 1 deletions
|
@ -89,9 +89,10 @@
|
|||
};
|
||||
# Used by `nix develop ...`
|
||||
devShells = {
|
||||
default = project false;
|
||||
default = project true;
|
||||
};
|
||||
# For compatability with older Nix (eg in CI)
|
||||
devShell = inputs.self.devShells.${system}.default;
|
||||
defaultPackage = inputs.self.packages.${system}.default;
|
||||
defaultApp = inputs.self.apps.${system}.default;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue