lol

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

+7 -2
+7 -2
maintainers/scripts/update.nix
··· 1 { package ? null 2 , maintainer ? null 3 , predicate ? null ··· 7 , keep-going ? null 8 , commit ? null 9 }: 10 - 11 - # TODO: add assert statements 12 13 let 14 pkgs = import ./../../default.nix (
··· 1 + /* 2 + To run: 3 + 4 + nix-shell maintainers/scripts/update.nix 5 + 6 + See https://nixos.org/manual/nixpkgs/unstable/#var-passthru-updateScript 7 + */ 8 { package ? null 9 , maintainer ? null 10 , predicate ? null ··· 14 , keep-going ? null 15 , commit ? null 16 }: 17 18 let 19 pkgs = import ./../../default.nix (