add nixpkgs search shortcut

This commit is contained in:
Noah Masur 2022-07-01 18:50:16 -04:00
parent 372727c915
commit 704acea26e

View File

@ -111,6 +111,7 @@
# Nix
ns = "nix-shell -p";
nps = "nix repl '<nixpkgs>'";
# Docker
dc = "$DOTS/bin/docker_cleanup";