This commit is contained in:
foglar 2025-01-01 21:29:15 +01:00
parent b09dac1b6a
commit 3a92cd3b37

View File

@ -174,7 +174,7 @@
install = pkgs.writeShellApplication {
name = "install";
runtimeInputs = with pkgs; [git busybox gum];
runtimeInputs = with pkgs; [git gum];
text = ''
#!/bin/sh