about summary refs log tree commit diff
path: root/hosts/default.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-08 12:29:43 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-08 12:29:43 +0200
commitdc6ed786201810c57548cb7feed452294099dfa6 (patch)
treec0509f7556f77107c13658cc6f6fa8ac6ca213db /hosts/default.nix
parentXMobar: Fix wrong offset in createDwmBox (diff)
downloadnixos-config-dc6ed786201810c57548cb7feed452294099dfa6.tar.gz
nixos-config-dc6ed786201810c57548cb7feed452294099dfa6.tar.bz2
nixos-config-dc6ed786201810c57548cb7feed452294099dfa6.zip
Misc: Dont pass nur input directly
Diffstat (limited to 'hosts/default.nix')
-rw-r--r--hosts/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/default.nix b/hosts/default.nix
index e1ab080..571cd48 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -1,4 +1,4 @@
-{ user, lib, nixpkgs, nur, inputs, home-manager, ... }:
+{ user, lib, nixpkgs, inputs, home-manager, ... }:
 let
   secrets = import ../secrets;
 
@@ -14,7 +14,7 @@ let
         inherit system;
         config.allowUnfree = true; # Allow proprietary software
         overlays = [
-          nur.overlay
+          inputs.nur.overlay
           (import ../packages)
           (import ../overlays)
         ];