diff options
Diffstat (limited to '')
| -rw-r--r-- | flake/hosts.nix | 2 |
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: |
