From 77c6fb4dcda5d694775d5afb8c1ec3ce62a23009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 15 Dec 2022 00:23:20 +0100 Subject: [PATCH] Fix eval --- hosts/hydra/hydra.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/hydra/hydra.nix b/hosts/hydra/hydra.nix index 25bb9c5b..9e91e45e 100644 --- a/hosts/hydra/hydra.nix +++ b/hosts/hydra/hydra.nix @@ -81,7 +81,6 @@ in settings = { allowed-uris = "http:// https:// ssh://"; builders-use-substitutes = true; - experimental-features = "ca-derivations nix-command flakes"; trusted-users = [ "hydra" "root" ]; }; };