Files
dotfiles/dotfiles/lib/functions/nr

8 lines
69 B
Plaintext
Raw Normal View History

2024-03-19 20:27:09 -06:00
#!/usr/bin/env sh
function nr {
nix run nixpkgs#"$@"
}
nr "$@"