1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

nix-shell: -fish

This commit is contained in:
Kierán Meinhardt
2019-03-12 19:21:22 +01:00
parent b03835b4c4
commit 2245f338be

View File

@@ -1,7 +1,7 @@
{ pkgs, ... }:
{
environment.shellAliases = {
ns = "nix-shell --command fish";
ns = "nix-shell --run zsh";
":r" = ''echo "You stupid!"'';
nixi = ''nix repl "<nixpkgs>"'';
};