Skip to content

Commit

Permalink
cachix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kugland committed Jan 3, 2025
1 parent 6ea1421 commit 6644e92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
- name: Setup cachix
uses: cachix/cachix-action@v15
if: ${{ matrix.cachixName != '<YOUR_CACHIX_NAME>' }}
if: ${{ matrix.cachixName != 'kugland' }}
with:
name: ${{ matrix.cachixName }}
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand All @@ -50,5 +50,5 @@ jobs:
- name: Build nix packages
run: nix shell -f '<nixpkgs>' nix-build-uncached -c nix-build-uncached ci.nix -A cacheOutputs
- name: Trigger NUR update
if: ${{ matrix.nurRepo != '<YOUR_REPO_NAME>' }}
if: ${{ matrix.nurRepo != 'kugland' }}
run: curl -XPOST "https://nur-update.nix-community.org/update?repo=${{ matrix.nurRepo }}"
4 changes: 2 additions & 2 deletions pkgs/neocities-deploy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
}:
buildRustPackage rec {
pname = "neocities-deploy";
version = "0.1.11";
version = "0.1.13";
src = fetchFromGitHub {
owner = "kugland";
repo = "neocities-deploy";
rev = "v${version}";
hash = "sha256-Xy+YfXSb2ffIu4Ost5tKDXXAOzR+kkfR5kwqdlVLo0o=";
};
cargoSha256 = "sha256-xDuQQjAt14V6gNqu/YG3j1VvWFKLDPBaw2yGhqDRXD8=";
cargoHash = "sha256-G119UJ7b9nK4XiPtKSKcRPncpWBKRw9GRnJ1PjTAA2Q=";
meta = with lib; {
description = "A command-line tool for deploying your Neocities site";
homepage = "https://github.com/kugland/neocities-deploy";
Expand Down

0 comments on commit 6644e92

Please sign in to comment.