Compare commits

..

No commits in common. "9b8a7bcafb303aba1bc27013c878dd68432a0d12" and "daa4f8d9e371d6515a2d1f07f9deb7c1014139ed" have entirely different histories.

2 changed files with 11 additions and 12 deletions

View file

@ -4,9 +4,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: docker.io/jcollie/nixos-runner:13-daa4f8d9
container: docker.io/jcollie/nixos-runner:12-7495ae12
steps:
- run: ldd /__e/node16/bin/node
- uses: actions/checkout@v3
- run: nix -L build .#nixos-runner
- run: nix run .#push-container -- result --registry ghcr.io --repository jcollie/nixos-runner
# - uses: actions/checkout@v3.5.2
# - run: nix -L build .#nixos-runner
# - run: nix run .#push-container -- result --registry ghcr.io --repository jcollie/nixos-runner

View file

@ -349,15 +349,14 @@
Env = [
"USER=root"
"PATH=${lib.concatStringsSep ":" [
"/root/.nix-profile/bin"
"/nix/var/nix/profiles/default/bin"
"/nix/var/nix/profiles/default/sbin"
]}"
"/root/.nix-profile/bin"
"/nix/var/nix/profiles/default/bin"
"/nix/var/nix/profiles/default/sbin"
]}"
"MANPATH=${lib.concatStringsSep ":" [
"/root/.nix-profile/share/man"
"/nix/var/nix/profiles/default/share/man"
]}"
"LD_LIBRARY_PATH=${pkgs.stdenv.cc.cc.lib}/lib"
"/root/.nix-profile/share/man"
"/nix/var/nix/profiles/default/share/man"
]}"
"SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
"GIT_SSL_CAINFO=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
"NIX_SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"