This commit is contained in:
2023-05-28 21:35:02 +00:00
parent 46dce5ebad
commit bde200bd5c
10 changed files with 255 additions and 34 deletions

4
alias.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/env sh
alias nixe='nix --experimental-features "nix-command flakes"'
alias ulock='nixe run .#devTasks.updateFlakeLock'