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!