added nix repl convenince

This commit is contained in:
twoneis 2024-04-13 13:03:55 +02:00
parent 74b1dea564
commit 5c1cca8a4f
3 changed files with 12 additions and 3 deletions

View file

@ -14,6 +14,8 @@
gpl = "git pull --recurse-submodules";
gst = "git status";
repl = "nix repl --expr 'import <nixpkgs>{}'";
nrb = "sudo nixos-rebuild switch --flake . --cores 0";
nd = "nix develop";