mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
ci: remove set up of NIX_PATH
This commit is contained in:
parent
138145d3b1
commit
fa250d1c54
3 changed files with 0 additions and 6 deletions
2
.github/workflows/cachix.yml
vendored
2
.github/workflows/cachix.yml
vendored
|
|
@ -12,8 +12,6 @@ jobs:
|
|||
|
||||
- name: Install nix
|
||||
uses: cachix/install-nix-action@v17
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-22.05
|
||||
|
||||
- name: Setup cachix
|
||||
uses: cachix/cachix-action@v10
|
||||
|
|
|
|||
2
.github/workflows/fakedroid-odt.yml
vendored
2
.github/workflows/fakedroid-odt.yml
vendored
|
|
@ -12,8 +12,6 @@ jobs:
|
|||
|
||||
- name: Install nix
|
||||
uses: cachix/install-nix-action@v17
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-22.05
|
||||
|
||||
- name: Setup cachix
|
||||
uses: cachix/cachix-action@v10
|
||||
|
|
|
|||
2
.github/workflows/lints.yml
vendored
2
.github/workflows/lints.yml
vendored
|
|
@ -12,8 +12,6 @@ jobs:
|
|||
|
||||
- name: Install nix
|
||||
uses: cachix/install-nix-action@v17
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-22.05
|
||||
|
||||
- name: Run formatter
|
||||
run: nix fmt -- --check .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue