Compare commits
No commits in common. "daa4f8d9e371d6515a2d1f07f9deb7c1014139ed" and "7495ae12a73be1e586aaf543efee3b46243079f1" have entirely different histories.
daa4f8d9e3
...
7495ae12a7
2 changed files with 2 additions and 3 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container: docker.io/jcollie/nixos-runner:12-7495ae12
|
||||
container: docker.io/jcollie/nixos-runner:10-4d0c01b1
|
||||
steps:
|
||||
- run: ldd /__e/node16/bin/node
|
||||
# - uses: actions/checkout@v3.5.2
|
||||
|
|
|
@ -31,14 +31,13 @@
|
|||
pkgs.coreutils-full
|
||||
pkgs.gawk
|
||||
pkgs.git
|
||||
pkgs.glibc.bin
|
||||
pkgs.gnugrep
|
||||
pkgs.gnused
|
||||
pkgs.glibc.bin
|
||||
pkgs.nix
|
||||
pkgs.nodejs-16_x
|
||||
pkgs.nushell
|
||||
pkgs.podman
|
||||
pkgs.stdenv.cc.cc.lib
|
||||
];
|
||||
|
||||
flake-registry = null;
|
||||
|
|
Loading…
Reference in a new issue