From ad66ae83cdad26227c7a002aa1440f02a661c826 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Fri, 15 Nov 2024 01:14:47 +0100 Subject: [PATCH 1/2] nix: repl-flake feature not required anymore --- common/nix-settings.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/common/nix-settings.nix b/common/nix-settings.nix index a83f77e..caa16f9 100644 --- a/common/nix-settings.nix +++ b/common/nix-settings.nix @@ -26,7 +26,6 @@ in experimental-features = [ "nix-command" "flakes" - "repl-flake" ]; # use all cores for building cores = 0; From 7847a2a5a096f9fc43d3e69edba7155c506ea9c9 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Fri, 15 Nov 2024 01:15:08 +0100 Subject: [PATCH 2/2] workmac: package name changes for 24.11 update --- home/workmac.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/workmac.nix b/home/workmac.nix index 5aab318..724f64f 100644 --- a/home/workmac.nix +++ b/home/workmac.nix @@ -23,7 +23,7 @@ in home.packages = [ wireshark # on NixOS systems enabled via system config - _1password + _1password-cli # also TODO: color schemes nix-darwin ];