diff options
author | Soispha <soispha@vhack.eu> | 2024-01-28 20:58:58 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-01-28 20:58:58 +0100 |
commit | ba72754b61dfb447d0031e6608920059bb571553 (patch) | |
tree | 28b107a2b4bae7863600cd03a604739f7bb7c098 /update.sh | |
parent | build(treewide): Update (diff) | |
download | nixos-config-ba72754b61dfb447d0031e6608920059bb571553.tar.gz nixos-config-ba72754b61dfb447d0031e6608920059bb571553.zip |
fix(sys/nixpkgs/update_pkgs): Allow to hide expansive updates behind flag
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh index a08f27ec..6f8a65c1 100755 --- a/update.sh +++ b/update.sh @@ -3,4 +3,4 @@ ./hm/soispha/conf/firefox/scripts/update_extensions -./sys/nixpkgs/pkgs/update_pkgs +./sys/nixpkgs/pkgs/update_pkgs "$@" |