Merge pull request #333582 from ExpidusOS/feat/flake-develop

flake.nix: add pinned devshell
This commit is contained in:
Silvan Mosberger 2024-08-11 01:00:17 +02:00 committed by GitHub
commit 02e07aca18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,6 +77,10 @@
}).nixos.manual;
};
devShells = forAllSystems (system: {
default = import ./shell.nix { inherit system; };
});
# The "legacy" in `legacyPackages` doesn't imply that the packages exposed
# through this attribute are "legacy" packages. Instead, `legacyPackages`
# is used here as a substitute attribute name for `packages`. The problem