fix(utils): migrate utils to the new syntax aswell

This commit is contained in:
technofab 2024-10-02 18:26:14 +02:00
parent 6448bf5916
commit fdb6193ef1

View file

@ -40,7 +40,7 @@
echo -e "\\e[0Ksection_end:`date +%s`:commit\\r\\e[0K" echo -e "\\e[0Ksection_end:`date +%s`:commit\\r\\e[0K"
'' ''
]; ];
deps = (jobArgs.deps or []) ++ [pkgs.openssh pkgs.gitMinimal pkgs.gnused]; nix.deps = (jobArgs.nix.deps or []) ++ [pkgs.openssh pkgs.gitMinimal pkgs.gnused];
}; };
}; };
} }