Compare commits

..

No commits in common. "d12fc5d944af0544ea964d63e5d58c451cbc7dee" and "0819294a35d0f6775ba625984350e1d6a7a1d805" have entirely different histories.

2 changed files with 1 additions and 10 deletions

View file

@ -1,4 +1,4 @@
name: Build NixOS Configurations
name: Buill NixOS Configurations
on: [push]
jobs:

View file

@ -112,15 +112,6 @@
"ubuntu-20.04:docker://node:16-bullseye"
"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" ];
};
};
};
};