Skip to content

Commit

Permalink
build: add nix
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jun 30, 2024
1 parent cb83d8d commit de87e61
Show file tree
Hide file tree
Showing 6 changed files with 1,883 additions and 5 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:
jobs:
read_msrv:
name: Read MSRV
uses: actions-rust-lang/msrv/.github/workflows/msrv.yml@main
uses: actions-rust-lang/msrv/.github/workflows/msrv.yml@v0.1.0

test:
needs: read_msrv
Expand Down
11 changes: 7 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# direnv
.direnv

# x52 toolchain
.toolchain

# Rust
target
Cargo.lock
*.bk
.env
.DS_Store
Loading

0 comments on commit de87e61

Please sign in to comment.