From dab1442f7089f1ccefd5a9885fc106a24909f998 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 13 Sep 2024 09:01:23 -0700 Subject: update deps and remove nur/firefox overlays --- nix/flake/hosts.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'nix/flake') 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 ]; } ]; -- cgit 1.4.1