Skip to content

Commit baced4a

Browse files
aster-voidclaude
andcommitted
ci: add nix build test
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 30a44af commit baced4a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,10 @@ jobs:
2323
- uses: actions/checkout@v4
2424
- uses: dtolnay/rust-toolchain@stable
2525
- run: cargo test
26+
27+
nix:
28+
runs-on: ubuntu-latest
29+
steps:
30+
- uses: actions/checkout@v4
31+
- uses: DeterminateSystems/nix-installer-action@main
32+
- run: nix run . -- --help

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
version = "0.1.0";
2222
src = ./.;
2323
cargoLock.lockFile = ./Cargo.lock;
24+
doCheck = false;
2425
nativeBuildInputs = [ pkgs.makeWrapper ];
2526
postInstall = ''
2627
wrapProgram $out/bin/rollcron \

0 commit comments

Comments
 (0)