lol

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

+7 -2
+7 -2
maintainers/scripts/update.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 + */ 1 8 { package ? null 2 9 , maintainer ? null 3 10 , predicate ? null ··· 7 14 , keep-going ? null 8 15 , commit ? null 9 16 }: 10 - 11 - # TODO: add assert statements 12 17 13 18 let 14 19 pkgs = import ./../../default.nix (