mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
maintainers/scripts/update.nix: Add comment, remove TODO
This commit is contained in:
parent
3abe01e086
commit
d1aa2475eb
1 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
/*
|
||||||
|
To run:
|
||||||
|
|
||||||
|
nix-shell maintainers/scripts/update.nix
|
||||||
|
|
||||||
|
See https://nixos.org/manual/nixpkgs/unstable/#var-passthru-updateScript
|
||||||
|
*/
|
||||||
{ package ? null
|
{ package ? null
|
||||||
, maintainer ? null
|
, maintainer ? null
|
||||||
, predicate ? null
|
, predicate ? null
|
||||||
|
@ -8,8 +15,6 @@
|
||||||
, commit ? null
|
, commit ? null
|
||||||
}:
|
}:
|
||||||
|
|
||||||
# TODO: add assert statements
|
|
||||||
|
|
||||||
let
|
let
|
||||||
pkgs = import ./../../default.nix (
|
pkgs = import ./../../default.nix (
|
||||||
if include-overlays == false then
|
if include-overlays == false then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue