We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7b3a6 commit 02072a2Copy full SHA for 02072a2
.github/workflows/deploy-docs.yml
@@ -24,6 +24,12 @@ jobs:
24
# =====================================================
25
# Build
26
27
+ - name: Build dev environment
28
+ # Running `nix develop` the first time will cause it to download/build all
29
+ # the needed Nix packages.
30
+ run: |
31
+ nix develop -c echo "Finished setting up 'nix develop' environment"
32
+
33
- name: Check out submodules
34
run: |
35
nix develop -c \
0 commit comments