1
0
Fork 0

Fix laminar build job

This commit is contained in:
Malte Brandy 2021-12-24 00:56:57 +01:00
parent 82d5688ef7
commit cbf84d2e0e

View file

@ -6,7 +6,7 @@ let
export PATH=${lib.makeBinPath path}:$PATH
git clone git@localhost:${name} .
git show -q --oneline
export FLAGS='--builders @/etc/nix/machines -o /var/cache/gc-links/$JOB'
export FLAGS="--builders @/etc/nix/machines -o /var/cache/gc-links/$JOB"
if [[ -e "flake.nix" ]]; then
echo "Flake detected. Using flake.nix"
${pkgs.nixFlakes}/bin/flix build .#defaultPackage.x86_64-linux $FLAGS