mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
.github/workflows: use 22.05
This commit is contained in:
parent
979900f93b
commit
a7a2d56937
2 changed files with 3 additions and 3 deletions
2
.github/workflows/cachix.yml
vendored
2
.github/workflows/cachix.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
.github/workflows/fakedroid-odt.yml
vendored
4
.github/workflows/fakedroid-odt.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue