From a5fe7a41e6bcc4007ae532b0d950b01812e1264c Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 27 Oct 2021 18:14:40 +0200 Subject: [PATCH] flake: remove gnupg from devShell --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9c33d34..8c2e923 100644 --- a/flake.nix +++ b/flake.nix @@ -129,7 +129,6 @@ nativeBuildInputs = with pkgs; [ gitAndTools.pre-commit - gnupg nixpkgs-fmt ];