Home

nur @main - refs - log -
-
https://git.jolheiser.com/nur.git
My NUR
tree log patch
Actions: Make warnings explicit Co-authored-by: Francesco Gazzetta <fgaz@fgaz.me>
Signature
-----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQTO+1gmRtSlWQuOXJihdWlD0yipJAUCYPXRLwAKCRChdWlD0yip JPenAP4jlzo0RDdsRDC5JdsRjvh470hDEPiU7EWD1Xj4eZMWJAEAlQ2PtdkYtWut x/cByTr6H3x4qb1vzWUtud/hRDyQ8Q4= =6gT0 -----END PGP SIGNATURE-----
toonn <toonn@toonn.io>
3 years ago
1 changed files, 2 additions(+), 2 deletions(-)
M .github/workflows/build.yml -> .github/workflows/build.yml
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 35ba0226a4a274e6d6d999f04ea7730c7ef51631..1b9f7f017f5504832cae7f1371f89168d6e19e08 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -45,7 +45,7 @@     - name: Show nixpkgs version
       run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
     - name: Setup cachix
       uses: cachix/cachix-action@v10
-      # Don't replace the template string here!
+      # Don't replace <YOUR_CACHIX_NAME> here!
       if: ${{ matrix.cachixName != '<YOUR_CACHIX_NAME>' }}
       with:
         name: ${{ matrix.cachixName }}
@@ -65,6 +65,6 @@     - name: Build nix packages
       # TODO switch to default nixpkgs channel once nix-build-uncached 1.0.0 is in stable
       run: nix run -I 'nixpkgs=channel:nixos-unstable' nixpkgs.nix-build-uncached -c nix-build-uncached ci.nix -A cacheOutputs
     - name: Trigger NUR update
-      # Don't replace the template string here!
+      # Don't replace <YOUR_REPO_NAME> here!
       if: ${{ matrix.nurRepo != '<YOUR_REPO_NAME>' }}
       run: curl -XPOST "https://nur-update.herokuapp.com/update?repo=${{ matrix.nurRepo }}"