about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-09-13 09:01:23 -0700
committerFranck Cuny <franck@fcuny.net>2024-09-13 09:01:23 -0700
commitdab1442f7089f1ccefd5a9885fc106a24909f998 (patch)
treebd9123347f1a8d4242275c5b1ea4e2ccc647da90 /nix
parentflake.lock: Update (diff)
downloadworld-dab1442f7089f1ccefd5a9885fc106a24909f998.tar.gz
update deps and remove nur/firefox overlays
Diffstat (limited to '')
-rw-r--r--nix/flake/hosts.nix4
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
           ];
         }
       ];