forked from M-Labs/nix-scripts
rename channels
nix-channel --add <url> now gives a good channel name by default
This commit is contained in:
parent
c5ade34066
commit
53d8569d35
|
@ -43,8 +43,8 @@ let
|
|||
in
|
||||
jobs // {
|
||||
generated-nix = pkgs.lib.hydraJob generatedNix; # used by artiq-full
|
||||
channel = pkgs.releaseTools.channel rec {
|
||||
name = "main";
|
||||
artiq-fast = pkgs.releaseTools.channel {
|
||||
name = "artiq-fast";
|
||||
src = generatedNix;
|
||||
constituents = builtins.attrValues jobs;
|
||||
};
|
||||
|
|
|
@ -121,8 +121,8 @@ let
|
|||
};
|
||||
in
|
||||
jobs // {
|
||||
channel = pkgs.releaseTools.channel {
|
||||
name = "sinara-systems";
|
||||
artiq-full = pkgs.releaseTools.channel {
|
||||
name = "artiq-full";
|
||||
src = generatedNix;
|
||||
constituents = builtins.attrValues jobs;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue