forked from M-Labs/artiq
nix: fix typo
This commit is contained in:
parent
af9988c79c
commit
f657c44e3d
|
@ -41,6 +41,6 @@ in
|
|||
channel = pkgs.releaseTools.channel {
|
||||
name = "main";
|
||||
src = ./.;
|
||||
constitutents = builtins.attrValues jobs;
|
||||
constituents = builtins.attrValues jobs;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue