Compare commits

..

No commits in common. "daa4f8d9e371d6515a2d1f07f9deb7c1014139ed" and "7495ae12a73be1e586aaf543efee3b46243079f1" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View file

@ -4,7 +4,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: docker.io/jcollie/nixos-runner:12-7495ae12 container: docker.io/jcollie/nixos-runner:10-4d0c01b1
steps: steps:
- run: ldd /__e/node16/bin/node - run: ldd /__e/node16/bin/node
# - uses: actions/checkout@v3.5.2 # - uses: actions/checkout@v3.5.2

View file

@ -31,14 +31,13 @@
pkgs.coreutils-full pkgs.coreutils-full
pkgs.gawk pkgs.gawk
pkgs.git pkgs.git
pkgs.glibc.bin
pkgs.gnugrep pkgs.gnugrep
pkgs.gnused pkgs.gnused
pkgs.glibc.bin
pkgs.nix pkgs.nix
pkgs.nodejs-16_x pkgs.nodejs-16_x
pkgs.nushell pkgs.nushell
pkgs.podman pkgs.podman
pkgs.stdenv.cc.cc.lib
]; ];
flake-registry = null; flake-registry = null;