This commit is contained in:
parent
f4b3ec91eb
commit
908b9c7b29
@ -8,12 +8,13 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
check-flake:
|
check-flake:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container: nixos/nix:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install sudo
|
# - name: Install sudo
|
||||||
run: apt-get update && apt-get install sudo
|
# run: apt-get update && apt-get install sudo
|
||||||
|
|
||||||
- name: Install Nix
|
# - name: Install Nix
|
||||||
uses: https://github.com/cachix/install-nix-action@v20
|
# uses: https://github.com/cachix/install-nix-action@v20
|
||||||
|
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user