From fc9a363449ecb2d91d9be91201d08abd0f34f1e0 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 4 Mar 2024 19:33:08 +0100 Subject: [PATCH] flake: avoid one evaluation of nixpkgs --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 281824b..2dda9c8 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = [