flake: avoid one evaluation of nixpkgs
This commit is contained in:
parent
226e726551
commit
fc9a363449
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@
|
|||
packages =
|
||||
inputs.flake-utils.lib.flattenTree
|
||||
(import ./pkgs {
|
||||
pkgs = import nixpkgs {inherit system;};
|
||||
pkgs = nixpkgs.legacyPackages;
|
||||
});
|
||||
devShells.default = pkgs.mkShellNoCC {
|
||||
buildInputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue