.github/workflows: use 22.05

This commit is contained in:
Alexander Sosedkin 2022-06-27 13:15:35 +02:00
parent 979900f93b
commit a7a2d56937
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2.3.4
- uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-21.11
nix_path: nixpkgs=channel:nixos-22.05
- uses: cachix/cachix-action@v10
with:
name: nix-on-droid

View file

@ -12,7 +12,7 @@ jobs:
- uses: cachix/install-nix-action@v15
with:
nix_path: nixpkgs=channel:nixos-21.11
nix_path: nixpkgs=channel:nixos-22.05
extra_nix_config: "experimental-features = nix-command"
- uses: cachix/cachix-action@v10
@ -31,4 +31,4 @@ jobs:
- name: upload
if: always() && github.event_name != 'pull_request'
run: tests/fakedroid.sh nix-shell -p cachix --run 'nix path-info --all | cachix push nix-on-droid'
run: tests/fakedroid.sh nix-shell -p cachix --run 'nix --extra-experimental-features nix-command path-info --all | cachix push nix-on-droid'