Rename 16.03 channel to 16.03-beta to prevent people using it by accident
Eelco Dolstra committed
Mar 7, 2016 at 16:56 UTC
eca759df3f4ac726c81e4184727eca4878aea813
1 file changed
+2
-2
nixos-org/hydra-mirror.nix
+2
-2
@@ -63,8 +63,8 @@ in
63
64
systemd =
65
fold recursiveUpdate {}
66
- [ (makeUpdateChannel "nixos-16.03" "nixos/release-16.03/tested")
67
- (makeUpdateChannel "nixos-16.03-small" "nixos/release-16.03-small/tested")
66
+ [ (makeUpdateChannel "nixos-16.03-beta" "nixos/release-16.03/tested")
67
+ (makeUpdateChannel "nixos-16.03-beta-small" "nixos/release-16.03-small/tested")
68
(makeUpdateChannel "nixos-15.09" "nixos/release-15.09/tested")
69
(makeUpdateChannel "nixos-15.09-small" "nixos/release-15.09-small/tested")
70
(makeUpdateChannel "nixos-14.12" "nixos/release-14.12/tested")