Skip to content

Commit

Permalink
remove direnv
Browse files Browse the repository at this point in the history
  • Loading branch information
catvw committed Feb 13, 2024
1 parent 91d3dae commit aae05bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/actions/checkout/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,3 @@ runs:
steps:
- uses: DeterminateSystems/nix-installer-action@v6
- uses: DeterminateSystems/magic-nix-cache-action@v2
- uses: HatsuneMiku3939/direnv-action@v1.0.2
with:
direnvVersion: 2.32.3
4 changes: 2 additions & 2 deletions .github/workflows/mdbook-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Checkout `carrie` (we hope)
uses: ./.github/actions/checkout

- name: actually build nix
run: nix build .
- name: misc
run: ls /home/runner/.nix-profile/bin

- name: Build docs
run: mdbook build
Expand Down

0 comments on commit aae05bf

Please sign in to comment.