From 7ac1c8c481fa2bec52ed6094af8e38bcb406b76f Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 13 Nov 2022 02:05:56 +0100 Subject: flake: avoid making a new pkgs instance --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9954790..753d9eb 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,7 @@ outputs = { self, nixpkgs, flake-utils, flaky-utils }: flake-utils.lib.eachDefaultSystem (system: let - pkgs = import nixpkgs { inherit system; }; + pkgs = nixpkgs.legacyPackages.${system}; ldgalleryVersion = "2.1"; devTools = with pkgs; [ # generic -- cgit v1.2.3