From 832b796d1e8730aa0ce16c23a4d6f0b6755a59df Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 10 Apr 2023 13:01:08 +0200 Subject: Fix(system/nixpkgs): Configure at a system level --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 466b7d01..d1837b7f 100644 --- a/flake.nix +++ b/flake.nix @@ -88,7 +88,7 @@ }: let sysLib = import ./lib {inherit pkgs shell-library;}; system = "x86_64-linux"; - pkgs = nixpkgs.legacyPackages.${system}; + pkgs = import nixpkgs (import ./system/nixpkgs {inherit (nixpkgs) lib; inherit system;}); in { nixosConfigurations = import ./flake/nixosConfigurations { inherit -- cgit 1.4.1