mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
flake.nix: add pinned devshell
This commit is contained in:
parent
67d042b306
commit
112cef0f1d
1 changed files with 4 additions and 0 deletions
|
@ -77,6 +77,10 @@
|
||||||
}).nixos.manual;
|
}).nixos.manual;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
devShells = forAllSystems (system: {
|
||||||
|
default = import ./shell.nix { inherit system; };
|
||||||
|
});
|
||||||
|
|
||||||
# The "legacy" in `legacyPackages` doesn't imply that the packages exposed
|
# The "legacy" in `legacyPackages` doesn't imply that the packages exposed
|
||||||
# through this attribute are "legacy" packages. Instead, `legacyPackages`
|
# through this attribute are "legacy" packages. Instead, `legacyPackages`
|
||||||
# is used here as a substitute attribute name for `packages`. The problem
|
# is used here as a substitute attribute name for `packages`. The problem
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue