Merge pull request #10 from Programmerino/patch-1

Fix development env (VSCode and nix develop)
This commit is contained in:
Sridhar Ratnakumar 2022-04-29 12:29:45 -04:00 committed by GitHub
commit c94f12580f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};