maintainers/scripts/update.nix: Add comment, remove TODO

This commit is contained in:
Robert Hensing 2023-02-26 16:01:20 +01:00
parent 3abe01e086
commit d1aa2475eb

View File

@ -1,3 +1,10 @@
/*
To run:
nix-shell maintainers/scripts/update.nix
See https://nixos.org/manual/nixpkgs/unstable/#var-passthru-updateScript
*/
{ package ? null
, maintainer ? null
, predicate ? null
@ -8,8 +15,6 @@
, commit ? null
}:
# TODO: add assert statements
let
pkgs = import ./../../default.nix (
if include-overlays == false then