home

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

commit cee6c937a6a3e9db677592fe2c525d3c655cc20b
parent 7e8d4b7aee902cf34b5d0139552f6cd1d11d71b8
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 10 Dec 2021 11:35:41 +0100

users/vincent: update osp packages

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

Diffstat:
Musers/vincent/dev/src/osp.shell.nix | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/users/vincent/dev/src/osp.shell.nix b/users/vincent/dev/src/osp.shell.nix @@ -9,11 +9,13 @@ pkgs.mkShell { name = "osp"; buildInputs = with pkgs; [ go - my.oc - my.tkn gron yq-go + jq python39Packages.pyaml + my.oc + my.tkn + my.operator-sdk ]; shellHook = '' export GOMODULE=on