added screenshot for invoke

This commit is contained in:
pagedmov
2024-10-22 18:11:46 -04:00
parent 09b467dd62
commit 45ea6d3987
2 changed files with 3 additions and 3 deletions

BIN
assets/images/invoke.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

View File

@@ -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" -- "$@"
'' ''