diff options
author | Soispha <soispha@vhack.eu> | 2023-04-18 15:24:44 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:31:06 +0200 |
commit | 8a92cc4d8ee2dab5bed470ff2e4e281636bd1789 (patch) | |
tree | ccd7c36b3a44ce0b9605de0dab7dab0294dd7d55 /update | |
parent | Chore(flake): Update (diff) | |
download | nixos-config-8a92cc4d8ee2dab5bed470ff2e4e281636bd1789.tar.gz nixos-config-8a92cc4d8ee2dab5bed470ff2e4e281636bd1789.zip |
Build: Add a script to ensure correct updates
Diffstat (limited to 'update')
-rwxr-xr-x | update | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/update b/update new file mode 100755 index 00000000..720ce72f --- /dev/null +++ b/update @@ -0,0 +1,5 @@ +#!/bin/sh +# shellcheck disable=SC2086 + +nix flake update +./home-manager/config/firefox/scripts/update_extensions |