Skip to content

Commit

Permalink
Merge commit '2092442d0f27c4cd8094c6028c3a503c031d5b03' into graphdb/…
Browse files Browse the repository at this point in the history
…expand-identity
  • Loading branch information
ZhongFuze committed Mar 22, 2024
2 parents 9d20c35 + 2092442 commit 0c5a489
Show file tree
Hide file tree
Showing 28 changed files with 6,689 additions and 724 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
19 changes: 19 additions & 0 deletions .github/workflows/build_nix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "Build legacy Nix package on Ubuntu"

on:
push:

jobs:
nix-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v14
with:
name: nextid-relation-service
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Building package
run: nix build
Loading

0 comments on commit 0c5a489

Please sign in to comment.