summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-08 13:29:55 -0400
committerseth <[email protected]>2023-05-08 13:29:55 -0400
commit06e93b863432d1ed980f9c181eac9295ed5e24a0 (patch)
tree2e73af69016eebae122244f55507967cccfbb97b /justfile
parent56303d957b2e7527b8e7224ea5642cbeb3c89a88 (diff)
remove git-crypt
i can just have a placeholder password lol
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