From 0a608bd781dcda40144097b007fac0a0c60a8ee1 Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 1 Aug 2023 15:31:42 +0200 Subject: Refactor(treewide): Move module configuration in separate files --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 836c6d8e..27c61d4c 100644 --- a/flake.nix +++ b/flake.nix @@ -248,6 +248,8 @@ inherit (nixpkgs) lib; inherit system; }); + # FIXME this `nixpkgs` misses the configs applied to the other one + nixpkgs_as_input = nixpkgs; outputs = import ./flake { inherit # core @@ -255,7 +257,7 @@ pkgs system sysLib - nixpkgs + nixpkgs_as_input # modules home-manager -- cgit 1.4.1