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