We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e675d00 commit 91d3daeCopy full SHA for 91d3dae
.github/actions/checkout/action.yml
@@ -7,9 +7,7 @@ runs:
7
8
steps:
9
- uses: DeterminateSystems/nix-installer-action@v6
10
-
11
- uses: DeterminateSystems/magic-nix-cache-action@v2
12
13
- uses: HatsuneMiku3939/direnv-action@v1.0.2
14
with:
15
direnvVersion: 2.32.3
.github/workflows/mdbook-deploy.yml
@@ -20,8 +20,8 @@ jobs:
20
- name: Checkout `carrie` (we hope)
21
uses: ./.github/actions/checkout
22
23
- - name: misc
24
- run: ls /home/runner/.nix-profile/bin/
+ - name: actually build nix
+ run: nix build .
25
26
- name: Build docs
27
run: mdbook build
0 commit comments