about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 3 insertions, 1 deletions
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