Merge pull request #218454 from hercules-ci/update.nix-comment

maintainers/scripts/update.nix: Add comment, remove TODO
This commit is contained in:
Jörg Thalheim 2023-02-26 19:45:36 +01:00 committed by GitHub
commit 6fe8d82c45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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