From 704acea26e084c680f947ae0eea039f8df4f4abc Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Fri, 1 Jul 2022 18:50:16 -0400 Subject: [PATCH] add nixpkgs search shortcut --- modules/shell/fish/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/shell/fish/default.nix b/modules/shell/fish/default.nix index 8008c60..d05b582 100644 --- a/modules/shell/fish/default.nix +++ b/modules/shell/fish/default.nix @@ -111,6 +111,7 @@ # Nix ns = "nix-shell -p"; + nps = "nix repl ''"; # Docker dc = "$DOTS/bin/docker_cleanup";