Remove Nix setup step from CI workflow to streamline the build process for NixOS schemes.
This commit is contained in:
parent
94fe046266
commit
08b521b7cc
5
.github/workflows/build-schemes.yml
vendored
5
.github/workflows/build-schemes.yml
vendored
@ -16,11 +16,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Nix
|
||||
uses: cachix/install-nix-action@v23
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixpkgs-unstable
|
||||
|
||||
- name: Get available schemes
|
||||
id: schemes
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user