diff options
| author | seth <[email protected]> | 2023-05-08 13:29:55 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-08 13:29:55 -0400 |
| commit | 06e93b863432d1ed980f9c181eac9295ed5e24a0 (patch) | |
| tree | 2e73af69016eebae122244f55507967cccfbb97b /justfile | |
| parent | 56303d957b2e7527b8e7224ea5642cbeb3c89a88 (diff) | |
remove git-crypt
i can just have a placeholder password lol
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 |
