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
+4
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