actions update
This commit is contained in:
parent
2a66b44d32
commit
945e5255d3
|
@ -6,6 +6,10 @@ jobs:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- run: |
|
||||||
|
apt update
|
||||||
|
apt install python3
|
||||||
|
|
||||||
- uses: https://github.com/cachix/install-nix-action@v27
|
- uses: https://github.com/cachix/install-nix-action@v27
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
|
|
Loading…
Reference in a new issue