vaguely more helpful commit message

This commit is contained in:
Anish Lakhwara
2025-09-28 20:18:46 -07:00
parent 266c981cd4
commit 5daf0b0dc5
10 changed files with 488 additions and 24 deletions
+2 -1
View File
@@ -299,7 +299,8 @@
nepl = "n repl '<nixpkgs>'";
srch = "ns nixpkgs";
orch = "ns override";
nrb = "cd /tmp; sudo nixos-rebuild switch --flake '/home/anish/usr/helm#curve'; cd $OLDPWD";
# need --impure for bitwig, something about my flake setup doesn't like allow unfree
nrb = "cd /tmp; sudo nixos-rebuild switch --impure --flake '/home/anish/usr/helm#curve'; cd $OLDPWD";
nrt = "cd /tmp; sudo nixos-rebuild test --flake '/home/anish/usr/helm#curve'; cd $OLDPWD";
ned = "cd /home/anish/usr/helm; vim; cd $OLDPWD";
ncd = "cd /home/anish/usr/helm";