home

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

commit c7ffa5580846be938ae0e8222bba2607db40c091
parent 8cbc47e8b56f2e5dfdffef68a48bf9a502e76628
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 29 Apr 2022 14:12:30 +0200

systems/aomi: fix nightly build with better shell

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

Diffstat:
Msystems/hosts/aomi.nix | 2+-
Musers/vincent/dev/src/osp.shell.nix | 16+++++++++++-----
2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/systems/hosts/aomi.nix b/systems/hosts/aomi.nix @@ -189,7 +189,7 @@ in OnFailure = "status-email-root@%.service"; }; - path = with pkgs; [ git openssh gnumake docker-client bash coreutils-full gawk curl nix kustomize which ]; + path = with pkgs; [ git openssh bash coreutils-full nix which ]; script = '' set -e cd /home/vincent/src/osp/p12n/p12n diff --git a/users/vincent/dev/src/osp.shell.nix b/users/vincent/dev/src/osp.shell.nix @@ -8,15 +8,21 @@ in pkgs.mkShell { name = "osp"; buildInputs = with pkgs; [ - go + curl + docker-client + gawk + git-crypt + gnumake gron - yq-go jq - python39Packages.pyaml + kustomize my.oc - my.tkn my.operator-sdk - git-crypt + my.tkn + python39Packages.pyaml + skopeo + yq-go + go ]; shellHook = '' export GOMODULE=on