nix: fix typo

pull/1278/head
Sebastien Bourdeauducq 2019-02-13 20:52:33 +08:00
parent af9988c79c
commit f657c44e3d
1 changed files with 1 additions and 1 deletions

View File

@ -41,6 +41,6 @@ in
channel = pkgs.releaseTools.channel {
name = "main";
src = ./.;
constitutents = builtins.attrValues jobs;
constituents = builtins.attrValues jobs;
};
}