From b31c9b948fbc12fcbf23b30673afc41cf420f6c5 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 2 Sep 2025 09:17:50 +0200 Subject: treewide: Use `river-classic` instead of `river` `river-classic` is the continuation of the 3.0 branch without the breaking introduction of the window manager process. --- modules/by-name/ri/river/river-start/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/by-name/ri/river/river-start') diff --git a/modules/by-name/ri/river/river-start/package.nix b/modules/by-name/ri/river/river-start/package.nix index 10957cc0..3ae204b7 100644 --- a/modules/by-name/ri/river/river-start/package.nix +++ b/modules/by-name/ri/river/river-start/package.nix @@ -9,13 +9,13 @@ # If not, see . { writeShellApplication, - river, + river-classic, }: writeShellApplication { name = "river-start"; text = builtins.readFile ./river-start.sh; runtimeInputs = [ - river + river-classic ]; meta = { mainProgram = "river-start"; -- cgit 1.4.1