From 201ee61309a5b3bbfe4c7c5c24465727f842ee7d Mon Sep 17 00:00:00 2001 From: Dustin Frisch Date: Fri, 7 Jul 2023 11:45:17 +0200 Subject: [PATCH] Push NIXPATH --- shared/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/shared/default.nix b/shared/default.nix index 0eeae28..c27b856 100644 --- a/shared/default.nix +++ b/shared/default.nix @@ -1,4 +1,4 @@ -{ pkgs, config, modulesPath, machine, ... }: +{ pkgs, config, inputs, modulesPath, machine, ... }: { imports = [ @@ -40,9 +40,10 @@ iotop iftop git - stdenv - gnumake - autoconf + ]; + + nix.nixPath = [ + "nixpkgs=${inputs.nixpkgs}" ]; # Performance FTW!