server: install rocksky as system package wrapper
This commit is contained in:
9
hosts/server/slop/rocksky-cli.nix
Normal file
9
hosts/server/slop/rocksky-cli.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs }:
|
||||
|
||||
pkgs.writeShellApplication {
|
||||
name = "rocksky";
|
||||
runtimeInputs = [ pkgs.bun ];
|
||||
text = ''
|
||||
exec ${pkgs.bun}/bin/bun x @rocksky/cli "$@"
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user