@cryptotaxi247 / infra-1 / commits / 63dd7b1a

Update channels.nix

Co-Authored-By: Graham Christensen <graham@grahamc.com>

worldofpeace committed Feb 10, 2020 at 15:36 UTC 63dd7b1afbf049e21be72b26f7b92da340c557ec
1 file changed +1
channels.nix
+1
@@ -3,6 +3,7 @@ rec {
3 # "Channel name" = {
4 # job = "project/jobset/jobname"; like https://hydra.nixos.org/job/<value>/latest-finished
5 # # when adding a new version, mark the oldest as "not current". New releases should always be current.
6 + # # Channels where `current = false` are marked `end-of-life` on https://status.nixos.org/ and alerting is disabled.
7 # current = true;
8 # };
9 "nixos-unstable" = {