diff options
author | Someone Serge <sergei.kozlukov@aalto.fi> | 2024-08-16 15:28:07 +0000 |
---|---|---|
committer | Someone Serge <sergei.kozlukov@aalto.fi> | 2024-08-16 15:28:07 +0000 |
commit | b895c640d549e7a58127615862d05a5044ac8555 (patch) | |
tree | 12a573a8c0d8bc2ac7af8ef666b6a12e6d3be057 /nixos | |
parent | e183d71dfc4b0e4b8eaec7c8c919b6f9632df961 (diff) |
nixosTests: sunset-unbuilt: rename to avoid confusion
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/tests/all-tests.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index c6b66f1..7002237 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -102,7 +102,7 @@ builtins.mapAttrs ]; }; - sunset-unbuilt-0 = { + sunset-unbuilt-9 = { imports = [ { dag = { |