diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2018-01-12 21:54:52 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2018-01-12 21:54:52 +0100 |
| commit | 23da4033356d54d8ddecb50199f2be85083f91dd (patch) | |
| tree | f389d2fca04269253ca4d2cb1addce8d83902aae /modules/examples | |
| parent | ca5c600c7ade0080894823a26ef8252bed39d796 (diff) | |
lnl: cleanup aliases
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/lnl.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index d82cbe7..43dafd3 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -279,9 +279,6 @@ environment.shellAliases.grh = "git reset --hard"; environment.shellAliases.l = "ls -lh"; environment.shellAliases.ls = "ls -G"; - environment.shellAliases.nb = "nix-build"; - environment.shellAliases.ni = "nix-instantiate"; - environment.shellAliases.ns = "nix-shell"; nix.nixPath = [ # Use local nixpkgs checkout instead of channels. |
