diff options
author | Sergei Trofimovich <slyich@gmail.com> | 2022-03-26 16:35:06 +0000 |
---|---|---|
committer | Théophane Hufschmitt <theophane.hufschmitt@tweag.io> | 2022-04-21 10:06:39 +0200 |
commit | b6e59d71371c85277b3ad3d5fe6352f2462d39e5 (patch) | |
tree | 53b21e3f77e29333405a69587757e6f1c8b1c5ec /tests/nix-profile.sh | |
parent | 86d7a11c6b338a73c30476be13a6cac562e309c3 (diff) |
tests: remove 'ca-references' feature
The feature was ctabilized in d589a6aa8a5d0c9f391400d7e0e209106e89c857.
Diffstat (limited to 'tests/nix-profile.sh')
-rw-r--r-- | tests/nix-profile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nix-profile.sh b/tests/nix-profile.sh index a7a4d4fa2..fad62b993 100644 --- a/tests/nix-profile.sh +++ b/tests/nix-profile.sh @@ -3,7 +3,7 @@ source common.sh clearStore clearProfiles -enableFeatures "ca-derivations ca-references" +enableFeatures "ca-derivations" restartDaemon # Make a flake. |