about summary refs log tree commit diff
path: root/flake/hosts.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-12-15 07:50:52 -0800
committerFranck Cuny <franck@fcuny.net>2023-12-15 07:50:52 -0800
commit3a359ff2daa5afb8ae1948eec12d39228e4193bb (patch)
treec0c52ae4d6161addb6c6ba9264e046d6f00cf904 /flake/hosts.nix
parentenable deadnix for pre-commit hook (diff)
downloadworld-3a359ff2daa5afb8ae1948eec12d39228e4193bb.tar.gz
various fixes for errors reported by deadnix
Diffstat (limited to 'flake/hosts.nix')
-rw-r--r--flake/hosts.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake/hosts.nix b/flake/hosts.nix
index b0bc74c..9ec9d1b 100644
--- a/flake/hosts.nix
+++ b/flake/hosts.nix
@@ -1,6 +1,6 @@
 { inputs, ... }:
 let
-  inherit (inputs) self nixpkgs darwin home-manager;
+  inherit (inputs) nixpkgs darwin home-manager;
   inherit (nixpkgs.lib) mkMerge;
 
   mkDarwinConfig = system: path: