home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 518756a7e4d9b2418012d1e1c85ed150e218873f
parent cee6c937a6a3e9db677592fe2c525d3c655cc20b
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 13 Dec 2021 08:33:45 +0100

users/vincent: add git-crypt to osp shell

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/dev/src/osp.shell.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/users/vincent/dev/src/osp.shell.nix b/users/vincent/dev/src/osp.shell.nix @@ -16,6 +16,7 @@ pkgs.mkShell { my.oc my.tkn my.operator-sdk + git-crypt ]; shellHook = '' export GOMODULE=on