feat(bin): add entry for niv
Useful for channel updates. Change-Id: I77ff67fdacf0cff0e8b98f5f70f78e67d8762bbe Reviewed-on: https://cl.tvl.fyi/c/depot/+/5447 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
e3cd8069ef
commit
fd542eb9a3
2 changed files with 4 additions and 0 deletions
|
|
@ -31,6 +31,9 @@ case "${TARGET_TOOL}" in
|
||||||
nint)
|
nint)
|
||||||
attr="nix.nint"
|
attr="nix.nint"
|
||||||
;;
|
;;
|
||||||
|
niv)
|
||||||
|
attr="third_party.nixpkgs.niv"
|
||||||
|
;;
|
||||||
rebuild-system)
|
rebuild-system)
|
||||||
attr="ops.nixos.rebuild-system"
|
attr="ops.nixos.rebuild-system"
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
1
bin/niv
Symbolic link
1
bin/niv
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
__dispatch.sh
|
||||||
Loading…
Add table
Add a link
Reference in a new issue