diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 2af9e67..ea09097 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -6,11 +6,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - with: - # Nix Flakes doesn't work on shallow clones - fetch-depth: 0 - - uses: cachix/install-nix-action@v18 - with: - install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20200618_377345e/install - - run: echo "experimental-features = nix-command flakes" | sudo tee -a /etc/nix/nix.conf + - uses: cachix/install-nix-action@v19 - run: nix flake check