Skip to content

Commit

Permalink
maintainers/scripts/update.nix: Add comment, remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Feb 26, 2023
1 parent 3abe01e commit d1aa247
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions maintainers/scripts/update.nix
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -8,8 +15,6 @@
, commit ? null
}:

# TODO: add assert statements

let
pkgs = import ./../../default.nix (
if include-overlays == false then
Expand Down

0 comments on commit d1aa247

Please sign in to comment.