@@ -41,7 +41,7 @@
|
||||
pkgs.writeShellApplication {
|
||||
name = "steam-ln";
|
||||
runtimeInputs = with pkgs; [ coreutils ];
|
||||
text = builtins.readFile ./scripts/steam-ln.sh;
|
||||
text = builtins.readFile ./steam-ln.sh;
|
||||
}
|
||||
);
|
||||
in
|
||||
|
Reference in New Issue
Block a user