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

View File

@@ -3,7 +3,7 @@
pkgs,
}:
pkgs.writeShellScriptBin "invoke" ''
#!/run/current-system/sw/bin/bash
nix run nixpkgs#"$@"
cmd="$1"
shift
nix run nixpkgs#"$cmd" -- "$@"
''