Skip to content

Commit 246351f

Browse files
committed
nix: move package to nixpkgs
1 parent 8c9f0b9 commit 246351f

File tree

3 files changed

+38
-578
lines changed

3 files changed

+38
-578
lines changed

.github/workflows/nix.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
name: "Nix CI"
1+
name: "CI - Nix"
22

3-
on: [pull_request, push]
3+
on:
4+
push:
45

56
jobs:
67
tests:
@@ -11,10 +12,9 @@ jobs:
1112
os: [ubuntu]
1213
steps:
1314
- uses: actions/checkout@v4
14-
- uses: DeterminateSystems/nix-installer-action@main
15-
- uses: DeterminateSystems/magic-nix-cache-action@main
16-
- run: nix --accept-flake-config build -L
17-
- run: nix --accept-flake-config run .#cachix push gepetto $(readlink result)
18-
if: github.repository_owner == 'humanoid-path-planner'
19-
env:
20-
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
15+
- uses: cachix/install-nix-action@v27
16+
- uses: cachix/cachix-action@v15
17+
with:
18+
name: gepetto
19+
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
20+
- run: nix build -L

0 commit comments

Comments
 (0)