added screenshot for invoke
This commit is contained in:
BIN
assets/images/invoke.png
Normal file
BIN
assets/images/invoke.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 192 KiB |
@@ -3,7 +3,7 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
}:
|
}:
|
||||||
pkgs.writeShellScriptBin "invoke" ''
|
pkgs.writeShellScriptBin "invoke" ''
|
||||||
#!/run/current-system/sw/bin/bash
|
cmd="$1"
|
||||||
|
shift
|
||||||
nix run nixpkgs#"$@"
|
nix run nixpkgs#"$cmd" -- "$@"
|
||||||
''
|
''
|
||||||
|
|||||||
Reference in New Issue
Block a user