aboutsummaryrefslogtreecommitdiffstats
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
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 '')
-rw-r--r--flake.lock30
-rwxr-xr-xsys/nixpkgs/pkgs/scripts/source/apps/fupdate.sh6
2 files changed, 18 insertions, 18 deletions
diff --git a/flake.lock b/flake.lock
index dc05d88d..b0a3abb4 100644
--- a/flake.lock
+++ b/flake.lock
@@ -60,11 +60,11 @@
]
},
"locked": {
- "lastModified": 1711586303,
- "narHash": "sha256-iZDHWTqQj6z6ccqTSEOPOxQ8KMFAemInUObN2R9vHSs=",
+ "lastModified": 1711681752,
+ "narHash": "sha256-LEg6/dmEFxx6Ygti5DO9MOhGNpyB7zdxdWtzv/FCTXk=",
"owner": "ipetkov",
"repo": "crane",
- "rev": "a329cd00398379c62e76fc3b8d4ec2934260d636",
+ "rev": "ada0fb4dcce4561acb1eb17c59b7306d9d4a95f3",
"type": "github"
},
"original": {
@@ -265,11 +265,11 @@
]
},
"locked": {
- "lastModified": 1711604890,
- "narHash": "sha256-vbI/gxRTq/gHW1Q8z6D/7JG/qGNl3JTimUDX+MwnC3A=",
+ "lastModified": 1711625603,
+ "narHash": "sha256-W+9dfqA9bqUIBV5u7jaIARAzMe3kTq/Hp2SpSVXKRQw=",
"owner": "nix-community",
"repo": "home-manager",
- "rev": "3142bdcc470e1e291e1fbe942fd69e06bd00c5df",
+ "rev": "c0ef0dab55611c676ad7539bf4e41b3ec6fa87d2",
"type": "github"
},
"original": {
@@ -418,11 +418,11 @@
]
},
"locked": {
- "lastModified": 1711613989,
- "narHash": "sha256-9RWXB9EWzErur3IYfTNSsBUZJ8MiYPjYaqpnxJPRWR0=",
+ "lastModified": 1711745924,
+ "narHash": "sha256-ZYVrOg12pWNbY1hx1lOu3cwER6xalEHUUIXnfbkCtUY=",
"owner": "nix-community",
"repo": "nixvim",
- "rev": "d7667dd083fccc063de8e17dd5146e2ab3a35175",
+ "rev": "4f83bcf2906c1c933316396221024f3482a7b086",
"type": "github"
},
"original": {
@@ -454,11 +454,11 @@
]
},
"locked": {
- "lastModified": 1711586832,
- "narHash": "sha256-qyizrMmDvLjL6oQaBeFQl3PqzTN9vkYkQIVzfiQvMrM=",
+ "lastModified": 1711626141,
+ "narHash": "sha256-0qV1pHeIyUZ18cp8ijQnMf7uV+Uk4+UqTCC6yGSGWvk=",
"owner": "nix-community",
"repo": "nixos-generators",
- "rev": "38beb364db84d00d2f0f48595511028aedca415c",
+ "rev": "63194fceafbfe583a9eb7d16ab499adc0a6c0bc2",
"type": "github"
},
"original": {
@@ -723,11 +723,11 @@
]
},
"locked": {
- "lastModified": 1711592024,
- "narHash": "sha256-oD4OJ3TRmVrbAuKZWxElRCyCagNCDuhfw2exBmNOy48=",
+ "lastModified": 1711678273,
+ "narHash": "sha256-7lIB0hMRnfzx/9oSIwTnwXmVnbvVGRoadOCW+1HI5zY=",
"owner": "oxalica",
"repo": "rust-overlay",
- "rev": "aa858717377db2ed8ffd2d44147d907baee656e5",
+ "rev": "42a168449605950935f15ea546f6f770e5f7f629",
"type": "github"
},
"original": {
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