From 06e93b863432d1ed980f9c181eac9295ed5e24a0 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 8 May 2023 13:29:55 -0400 Subject: remove git-crypt i can just have a placeholder password lol --- justfile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'justfile') 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 -- cgit v1.2.3