diff options
author | Franck Cuny <franck@fcuny.net> | 2024-09-13 09:01:23 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-09-13 09:01:23 -0700 |
commit | dab1442f7089f1ccefd5a9885fc106a24909f998 (patch) | |
tree | bd9123347f1a8d4242275c5b1ea4e2ccc647da90 /nix | |
parent | flake.lock: Update (diff) | |
download | world-dab1442f7089f1ccefd5a9885fc106a24909f998.tar.gz |
update deps and remove nur/firefox overlays
Diffstat (limited to '')
-rw-r--r-- | nix/flake/hosts.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/nix/flake/hosts.nix b/nix/flake/hosts.nix index 836a26b..eaa0a45 100644 --- a/nix/flake/hosts.nix +++ b/nix/flake/hosts.nix @@ -1,6 +1,6 @@ { inputs, self, ... }: let - inherit (inputs) nixpkgs darwin home-manager firefox-darwin nur; + inherit (inputs) nixpkgs darwin home-manager; inherit (nixpkgs.lib) mkMerge; mkDarwinConfig = system: path: @@ -23,8 +23,6 @@ let path { nixpkgs.overlays = [ - firefox-darwin.overlay - nur.overlay ]; } ]; |