aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorfred21O4 <[email protected]>2024-04-23 08:58:27 +1200
committerGitHub <[email protected]>2024-04-22 23:58:27 +0300
commitda839f20f1b1a57ec78d6b041f8d1369150d253e (patch)
tree177445db2c9a5a19b53ae1f2ac52e885dc4503cc /.github
parent855a516596fa8a15aea7cf4b4068aba0293a9615 (diff)
downloadHyprland-da839f20f1b1a57ec78d6b041f8d1369150d253e.tar.gz
Hyprland-da839f20f1b1a57ec78d6b041f8d1369150d253e.zip
CI/Nix: use hyprland cachix (#5701)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nix-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nix-build.yml b/.github/workflows/nix-build.yml
index bb6d90ad..45db0b5e 100644
--- a/.github/workflows/nix-build.yml
+++ b/.github/workflows/nix-build.yml
@@ -26,4 +26,4 @@ jobs:
name: hyprland
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- - run: nix build .#${{ matrix.package }} -L
+ - run: nix build .#${{ matrix.package }} --extra-substituters "https://hyprland.cachix.org" -L