Unverified Commit 6fe8d82c authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

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

maintainers/scripts/update.nix: Add comment, remove TODO
parents 2fb08b70 d1aa2475
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
/*
  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