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 d7b458f commit a4b8b5cCopy full SHA for a4b8b5c
.github/workflows/flake-updates.yml
@@ -12,9 +12,6 @@ jobs:
12
- uses: actions/checkout@v6
13
- name: Install Nix
14
uses: cachix/install-nix-action@v31
15
- with:
16
- extra_nix_config: |
17
- experimental-features = nix-command flakes
18
- name: Update flake.lock
19
id: update
20
uses: DeterminateSystems/update-flake-lock@v28
.github/workflows/pages.yml
@@ -24,7 +24,6 @@ jobs:
24
with:
25
extra_nix_config: |
26
accept-flake-config = true
27
28
max-jobs = 0
29
- name: Setup Pages
30
id: pages
0 commit comments