aboutsummaryrefslogtreecommitdiffstats
path: root/sys/nixpkgs/pkgs/scripts/source/apps
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-03-29 23:19:37 +0100
committerSoispha <soispha@vhack.eu>2024-03-29 23:19:37 +0100
commit3796fe8f3f2f4708524961604345ce29a0baf6b2 (patch)
treef204fae5d4b12b345f3acdf859c9d5ba616e77e2 /sys/nixpkgs/pkgs/scripts/source/apps
parentrefactor(hm/conf/nvim/plgs/comment-nvim): Update to new module layout (diff)
downloadnixos-config-3796fe8f3f2f4708524961604345ce29a0baf6b2.zip
docs(pkgs/scripts/fupdate): Add somewhat better documentation
Diffstat (limited to '')
-rwxr-xr-xsys/nixpkgs/pkgs/scripts/source/apps/fupdate.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/nixpkgs/pkgs/scripts/source/apps/fupdate.sh b/sys/nixpkgs/pkgs/scripts/source/apps/fupdate.sh
index 2c1ca938..da89d16a 100755
--- a/sys/nixpkgs/pkgs/scripts/source/apps/fupdate.sh
+++ b/sys/nixpkgs/pkgs/scripts/source/apps/fupdate.sh
@@ -75,10 +75,10 @@ update() {
update_script="$1"
flake_base_dir="$2"
shift 2
-
dbg "Provided following args to update script: '$*'"
- dbg "changed directory to: $flake_base_dir"
+
cd "$flake_base_dir" || die "Provided dir \'$flake_base_dir\' can not be accessed"
+ dbg "changed directory to: $flake_base_dir"
nix flake update
@@ -97,7 +97,7 @@ help() {
This is a Nix flake update manager.
USAGE:
- $NAME [--help]
+ $NAME [--help | --version] [flake [--no-script] | <some other command>]
OPTIONS:
--help | -h