forked from M-Labs/nix-scripts
7 lines
129 B
Nix
7 lines
129 B
Nix
|
{ pkgs ? import <nixpkgs> {}, constituents}:
|
||
|
pkgs.releaseTools.channel {
|
||
|
name = "main";
|
||
|
src = ./.;
|
||
|
inherit constituents;
|
||
|
}
|