Add runner settings to get nix builds working
All checks were successful
Build NixOS Configurations / build (carbon) (push) Successful in 1m21s
Build NixOS Configurations / build (git) (push) Successful in 1m14s
Build NixOS Configurations / build (gospel) (push) Successful in 1m23s
Build NixOS Configurations / build (node) (push) Successful in 1m18s
All checks were successful
Build NixOS Configurations / build (carbon) (push) Successful in 1m21s
Build NixOS Configurations / build (git) (push) Successful in 1m14s
Build NixOS Configurations / build (gospel) (push) Successful in 1m23s
Build NixOS Configurations / build (node) (push) Successful in 1m18s
Committing this late (was already in use by system)
This commit is contained in:
parent
a6fdf61cea
commit
d12fc5d944
1 changed files with 9 additions and 0 deletions
|
|
@ -112,6 +112,15 @@
|
||||||
"ubuntu-20.04:docker://node:16-bullseye"
|
"ubuntu-20.04:docker://node:16-bullseye"
|
||||||
"ubuntu-18.04:docker://node:16-buster"
|
"ubuntu-18.04:docker://node:16-buster"
|
||||||
];
|
];
|
||||||
|
settings.container = {
|
||||||
|
options = ''
|
||||||
|
;
|
||||||
|
-e PATH=:${pkgs.nix}/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||||
|
-e NIX_PATH=nixpkgs=flake:nixpkgs:/nix/var/nix/profiles/per-user/root/channels
|
||||||
|
-e NIX_REMOTE=daemon
|
||||||
|
'';
|
||||||
|
valid_volumes = [ "/nix" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue