From 3a0fb70d262147019c8c996e21ecac1917117dba Mon Sep 17 00:00:00 2001 From: Hermes Date: Sun, 21 Jun 2026 23:28:05 -0400 Subject: [PATCH] Fix: remove ca-derivations (not supported in Lix 2.96) --- hosts/lazyworkhorse/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/lazyworkhorse/configuration.nix b/hosts/lazyworkhorse/configuration.nix index a11290c..1496ed9 100644 --- a/hosts/lazyworkhorse/configuration.nix +++ b/hosts/lazyworkhorse/configuration.nix @@ -9,7 +9,7 @@ hoardingcow-mount.enable = true; # Flakesss - nix.settings.experimental-features = [ "nix-command" "flakes" "flake-self-attrs" "ca-derivations" ]; + nix.settings.experimental-features = [ "nix-command" "flakes" "flake-self-attrs" ]; nix.settings.trusted-users = [ "root" "gortium" ]; nix.settings.extra-platforms = [ "aarch64-linux" ];