Compare commits
No commits in common. "d12fc5d944af0544ea964d63e5d58c451cbc7dee" and "0819294a35d0f6775ba625984350e1d6a7a1d805" have entirely different histories.
d12fc5d944
...
0819294a35
2 changed files with 1 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
name: Build NixOS Configurations
|
name: Buill NixOS Configurations
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
|
|
@ -112,15 +112,6 @@
|
||||||
"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