aboutsummaryrefslogtreecommitdiff
path: root/modules/base/fish/functions/nrepl.fish
blob: 75febe575e49673296bba0d0fe72343352b1c233 (plain)
1
2
3
4
5
6
7
function nrepl
    if test $argv[1]
        nix repl $argv
    else
        nix repl '<nixpkgs>'
    end
end