Commit 006f0e8a31b6

copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2025-10-10 22:46:22
Add nix_path configuration to moonlander workflow
Co-authored-by: vdemeester <6508+vdemeester@users.noreply.github.com>
1 parent caf1b55
Changed files (1)
.github/workflows/build-keyboard-moonlander.yaml
@@ -28,6 +28,8 @@ jobs:
     steps:
       - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
       - uses: cachix/install-nix-action@3715ab1a11cac9e991980d7b4a28d80c7ebdd8f9 # v27
+        with:
+          nix_path: nixpkgs=channel:nixos-unstable
       - name: Build moonlander firmware
         run: |
           cd keyboards/moonlander