Compare commits
2 commits
0819294a35
...
d12fc5d944
| Author | SHA1 | Date | |
|---|---|---|---|
| d12fc5d944 | |||
| a6fdf61cea |
2 changed files with 10 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
name: Buill NixOS Configurations
|
name: Build NixOS Configurations
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
|
|
@ -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