From 1ad648205c7aca9c2789b3fcf0198534a7fbeb2e Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Tue, 5 Nov 2024 10:51:02 +0100 Subject: [PATCH] Delete old code --- nix/system/darwin.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/nix/system/darwin.nix b/nix/system/darwin.nix index 0b039c5..c4fc79b 100644 --- a/nix/system/darwin.nix +++ b/nix/system/darwin.nix @@ -18,9 +18,6 @@ inputs.darwin.lib.darwinSystem { { services.nix-daemon.enable = true; users.users.${username}.home = "/Users/${username}"; - nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (pkg.pname) [ - "codeium" - ]; } system-config