From aa6e1a09a0cda41a53e96d5efa69f29a000f578b Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 26 Apr 2023 14:20:39 -0400 Subject: [PATCH] Add nix --- .github/workflows/ci-pre-reqs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pre-reqs.yml b/.github/workflows/ci-pre-reqs.yml index 6aa256c2..aab431ea 100644 --- a/.github/workflows/ci-pre-reqs.yml +++ b/.github/workflows/ci-pre-reqs.yml @@ -31,7 +31,7 @@ jobs: # - ubuntu:trusty # - ubuntu:xenial glibc too old - fedora:latest - # - nixos/nix:latest can’t exec + - nixos/nix:latest # - alpine:latest tea binary doesn’t actually end up on the system (wtf) container: ${{ matrix.container }} steps: