about summary refs log tree commit diff stats
path: root/home-manager/wms/river
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/wms/river')
-rw-r--r--home-manager/wms/river/default.nix4
-rwxr-xr-xhome-manager/wms/river/init4
2 files changed, 4 insertions, 4 deletions
diff --git a/home-manager/wms/river/default.nix b/home-manager/wms/river/default.nix
index 752d4c79..77cb5eba 100644
--- a/home-manager/wms/river/default.nix
+++ b/home-manager/wms/river/default.nix
@@ -41,9 +41,9 @@
   };
 in {
   xdg.configFile."river/init".source =
-    sysLib.makeShellScriptWithLibraryAndKeepPath {
+    sysLib.writeShellScriptWithLibraryAndKeepPath {
       name = "river_init";
-      script = init_scr;
+      src = init_scr;
       dependencies = builtins.attrValues {
         river_init_lesser = river_init_lesser.packages.${system}.default;
         inherit
diff --git a/home-manager/wms/river/init b/home-manager/wms/river/init
index c74a73fe..59afa68a 100755
--- a/home-manager/wms/river/init
+++ b/home-manager/wms/river/init
@@ -1,7 +1,7 @@
 #!/usr/bin/env dash
-# shellcheck disable=SC2086
+
 # shellcheck source=/dev/null
-. %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.1.3" . %SHELL_LIBRARY_PATH
 
 err_fail() {
     if ! "$@";then