summaryrefslogtreecommitdiff
path: root/hosts/ades/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/ades/default.nix')
-rw-r--r--hosts/ades/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/hosts/ades/default.nix b/hosts/ades/default.nix
index b4cae58..8f3f4e6 100644
--- a/hosts/ades/default.nix
+++ b/hosts/ades/default.nix
@@ -1,6 +1,8 @@
-{ mkHost, hosts, nixpkgs }:
+{ mkHost, hosts, inputs }:
-let inherit (nixpkgs.lib.attrsets)
+let
+ inherit (inputs) nixpkgs;
+ inherit (nixpkgs.lib.attrsets)
mergeAttrsList;
in
mergeAttrsList