ci: remove set up of NIX_PATH

This commit is contained in:
Tobias Happ 2022-10-26 12:33:49 +02:00
parent 138145d3b1
commit fa250d1c54
3 changed files with 0 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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 .