flake: avoid one evaluation of nixpkgs

This commit is contained in:
Antoine Martin 2024-03-04 19:33:08 +01:00
parent 226e726551
commit fc9a363449

View file

@ -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 = [