Skip to content

Commit

Permalink
use cachix.org cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Wrege committed Jan 6, 2024
1 parent f10f880 commit 4784251
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build-cache.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: "Build"

name: "Nix Cache"
on:
workflow_dispatch:
push:
branches:
- main
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -17,4 +14,4 @@ jobs:
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
pathsToPush: "result-parkfuchs"
- run: |
nix build .#parkfuchs -o result-parkfuchs
nix build .#parkfuchs -o result-parkfuchs
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ android

#nix
result
result-*
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "parkfuchs",
"version": "1.6.12",
"version": "1.6.14",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"bin": {"parkfuchs": ".next/standalone/server.js"},
"bin": {
"parkfuchs": ".next/standalone/server.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
Expand Down

0 comments on commit 4784251

Please sign in to comment.