Skip to content

Commit

Permalink
chore: remove nix
Browse files Browse the repository at this point in the history
Summary:
Nix didn't work out for me in other places. So I'm not going to maintian
it here.

Test Plan:
Get GitHub green again.
  • Loading branch information
elliottneilclark committed Jul 14, 2024
1 parent 5a8ae03 commit 96719c0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 302 deletions.
7 changes: 0 additions & 7 deletions .envrc.example

This file was deleted.

19 changes: 9 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
name: Nix

name: "Test Suite"
on:
push:
branches:
- master
- gh-readonly-queue/master/**
pull_request:
branches:
- master

jobs:
tests:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
extra_nix_config: experimental-features = nix-command flakes
- run: nix flake check
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt, clippy
- run: cargo test --all-features
- run: cargo fmt --check --all --verbose
120 changes: 0 additions & 120 deletions flake.lock

This file was deleted.

165 changes: 0 additions & 165 deletions flake.nix

This file was deleted.

0 comments on commit 96719c0

Please sign in to comment.