From 5e4d631294a2174d062c8b72bad6b92c2795a766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Sun, 24 Oct 2021 19:36:56 +0200 Subject: [PATCH] Remove git crypt, update docs --- shell/devos.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/shell/devos.nix b/shell/devos.nix index 9090143..6f01267 100644 --- a/shell/devos.nix +++ b/shell/devos.nix @@ -30,10 +30,6 @@ in unset _PATH ''); - packages = with pkgs; [ - git-crypt - ]; - commands = with pkgs; [ (devos nixUnstable) (devos agenix)