try nix container
Some checks are pending
Check Flake / check-flake (push) Has started running

This commit is contained in:
Zuckerberg 2023-04-23 19:52:23 -06:00
parent f4b3ec91eb
commit 908b9c7b29

View File

@ -8,12 +8,13 @@ env:
jobs:
check-flake:
runs-on: ubuntu-latest
container: nixos/nix:latest
steps:
- name: Install sudo
run: apt-get update && apt-get install sudo
# - name: Install sudo
# run: apt-get update && apt-get install sudo
- name: Install Nix
uses: https://github.com/cachix/install-nix-action@v20
# - name: Install Nix
# uses: https://github.com/cachix/install-nix-action@v20
- name: Checkout the repository
uses: actions/checkout@v3