Commit c7ffa5580846

Vincent Demeester <vincent@sbr.pm>
2022-04-29 14:12:30
systems/aomi: fix nightly build with better shell
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 8cbc47e
Changed files (2)
systems
users
vincent
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
users/vincent/dev/src/osp.shell.nix
@@ -8,15 +8,21 @@ in
 pkgs.mkShell {
   name = "osp";
   buildInputs = with pkgs; [
-    go
-    gron
-    yq-go
-    jq
-    python39Packages.pyaml
-    my.oc
-    my.tkn
-    my.operator-sdk
+    curl
+    docker-client
+    gawk
     git-crypt
+    gnumake
+    gron
+    jq
+    kustomize
+    my.oc
+    my.operator-sdk
+    my.tkn
+    python39Packages.pyaml
+    skopeo
+    yq-go
+    go
   ];
   shellHook = ''
     export GOMODULE=on