From fab563fa2db2df24fc020b3062cc15b7fdf23e0c Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Sun, 1 Dec 2024 12:42:38 +0100 Subject: [PATCH] worf: Update to nixos 24.11 --- hosts/worf/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/worf/configuration.nix b/hosts/worf/configuration.nix index b1910c5..1ae2c13 100644 --- a/hosts/worf/configuration.nix +++ b/hosts/worf/configuration.nix @@ -15,7 +15,7 @@ settings = { allow-dirty = true; - experimental-features = [ "nix-command" "flakes" "repl-flake" ]; + experimental-features = [ "nix-command" "flakes" ]; builders-use-substitutes = true; extra-platforms = [ "x86_64-darwin" "aarch64-darwin" ]; log-lines = 50;