Files
shed/modules/home/scripts/commands/invoke.nix

9 lines
118 B
Nix

{ self, pkgs }:
pkgs.writeShellScriptBin "invoke" (''
#!/run/current-system/sw/bin/bash
nix run nixpkgs#$"@"
'')