about summary refs log tree commit diff stats
path: root/hm/soispha/wms/river
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-01-13 11:27:01 +0100
committerSoispha <soispha@vhack.eu>2024-01-13 11:27:01 +0100
commit95c9314232bdebbff89f81ca3ab721e230290cec (patch)
tree7068a64c856ad5f655b4b12501c43b8a4711edcc /hm/soispha/wms/river
parentchore(version): v1.25.0 (diff)
downloadnixos-config-95c9314232bdebbff89f81ca3ab721e230290cec.zip
build(treewide): Update flake and shell library
Diffstat (limited to '')
-rw-r--r--hm/soispha/wms/river/default.nix3
-rwxr-xr-xhm/soispha/wms/river/init2
2 files changed, 3 insertions, 2 deletions
diff --git a/hm/soispha/wms/river/default.nix b/hm/soispha/wms/river/default.nix
index fc29daa1..e887bdea 100644
--- a/hm/soispha/wms/river/default.nix
+++ b/hm/soispha/wms/river/default.nix
@@ -42,9 +42,10 @@
   };
 in {
   xdg.configFile."river/init".source =
-    sysLib.writeShellScriptWithLibraryAndKeepPath {
+    sysLib.writeShellScript {
       name = "river_init";
       src = init_scr;
+      keep_path = true;
       dependencies = builtins.attrValues {
         river_init_lesser = river_init_lesser.packages.${system}.default;
         inherit
diff --git a/hm/soispha/wms/river/init b/hm/soispha/wms/river/init
index a595e12d..3d5906a7 100755
--- a/hm/soispha/wms/river/init
+++ b/hm/soispha/wms/river/init
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.10.2" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.0.9" . %SHELL_LIBRARY_PATH
 
 err_fail() {
     if ! "$@";then