mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
tstest/integration/vms: add NixOS unstable back (#2330)
The upstream NixOS issue was fixed. https://github.com/NixOS/nixpkgs/issues/128783 Signed-off-by: Christine Dodrill <xe@tailscale.com>
This commit is contained in:
parent
33cacb5284
commit
afbd35482d
@ -184,10 +184,7 @@ func TestDownloadImages(t *testing.T) {
|
|||||||
//
|
//
|
||||||
// [1]: https://nixos.org/manual/nix/unstable/command-ref/env-common.html
|
// [1]: https://nixos.org/manual/nix/unstable/command-ref/env-common.html
|
||||||
{"nixos-21-05", "channel:nixos-21.05", "lolfakesha", 512, "nix", "systemd"},
|
{"nixos-21-05", "channel:nixos-21.05", "lolfakesha", 512, "nix", "systemd"},
|
||||||
|
{"nixos-unstable", "channel:nixos-unstable", "lolfakesha", 512, "nix", "systemd"},
|
||||||
// // NOTE(Xe): disabled until https://github.com/NixOS/nixpkgs/issues/128783
|
|
||||||
// // is fixed.
|
|
||||||
// {"nixos-unstable", "channel:nixos-unstable", "lolfakesha", 512, "nix", "systemd"},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// fetchFromS3 fetches a distribution image from Amazon S3 or reports whether
|
// fetchFromS3 fetches a distribution image from Amazon S3 or reports whether
|
||||||
|
Loading…
Reference in New Issue
Block a user