Remove Nix setup step from CI workflow to streamline the build process for NixOS schemes.

This commit is contained in:
Danilo Reyes 2025-10-02 22:32:12 -06:00
parent 94fe046266
commit 08b521b7cc

View File

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