From 770a2d007ea0f7fd4a567b8bcff94a2c402863c2 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Wed, 21 Apr 2021 04:25:38 -0700 Subject: [PATCH] Default support for ca-references --- common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.nix b/common.nix index a068566..203d009 100644 --- a/common.nix +++ b/common.nix @@ -31,7 +31,7 @@ extraOptions = '' builders-use-substitutes = true - experimental-features = nix-command flakes + experimental-features = nix-command flakes ca-references keep-outputs = true keep-derivations = true '';