summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile8
1 files changed, 0 insertions, 8 deletions
diff --git a/justfile b/justfile
index 3ddc3bf..100a637 100644
--- a/justfile
+++ b/justfile
@@ -4,11 +4,9 @@ alias d := deploy
alias da := deploy-all
alias f := fmt
alias l := lint
-alias lo := lock
alias p := pre-commit
alias sw := switch
alias t := test
-alias ul := unlock
default:
@just --choose
@@ -35,9 +33,6 @@ fmt:
lint:
pre-commit run statix && pre-commit run deadnix
-lock:
- git-crypt lock
-
pre-commit:
pre-commit run
@@ -57,9 +52,6 @@ test:
test:
darwin-rebuild test --flake .
-unlock:
- git-crypt unlock
-
update:
nix flake update