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 4eb29e7 commit 2f2cf03Copy full SHA for 2f2cf03
.github/workflows/ci.yaml
@@ -13,9 +13,6 @@ jobs:
13
- uses: actions/checkout@v4
14
- name: Install Nix
15
uses: nixbuild/nix-quick-install-action@v33
16
- - name: Install Omnix
17
- run: |
18
- nix profile install nixpkgs#omnix
19
- name: Docs for flake.parts
20
run: |
21
# TODO: Define this in Vira or make it part of our flake?
@@ -28,9 +25,6 @@ jobs:
28
25
29
26
30
27
31
32
33
34
- name: Docs static site
35
id: docs
36
0 commit comments