diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-06 21:06:07 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-06 21:06:07 +0200 |
commit | 0ec2002665ce7bbf3238dc225d348e1c74a00cef (patch) | |
tree | 5e943763e77494ca764d87cd769b617ef761aff0 /update.sh | |
parent | pkgs/fupdate: Move cli test into a `tests` module (diff) | |
download | nixos-config-0ec2002665ce7bbf3238dc225d348e1c74a00cef.zip |
{modules,pkgs}/qutebrowser: Enable qutebrowser support
Diffstat (limited to '')
-rwxr-xr-x | update.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/update.sh b/update.sh index ff10f870..8f7d338e 100755 --- a/update.sh +++ b/update.sh @@ -22,7 +22,6 @@ __update_sh_run() { } __update_sh_run nix flake update -__update_sh_run ./modules/by-name/fi/firefox/update_extensions.sh "$@" __update_sh_run ./pkgs/update_pkgs.sh "$@" # __update_sh_run nix flake check |