Skip to content

Commit 2f2cf03

Browse files
authored
ci: Omnix not needed
1 parent 4eb29e7 commit 2f2cf03

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- name: Install Nix
1515
uses: nixbuild/nix-quick-install-action@v33
16-
- name: Install Omnix
17-
run: |
18-
nix profile install nixpkgs#omnix
1916
- name: Docs for flake.parts
2017
run: |
2118
# TODO: Define this in Vira or make it part of our flake?
@@ -28,9 +25,6 @@ jobs:
2825
- uses: actions/checkout@v4
2926
- name: Install Nix
3027
uses: nixbuild/nix-quick-install-action@v33
31-
- name: Install Omnix
32-
run: |
33-
nix profile install nixpkgs#omnix
3428
- name: Docs static site
3529
id: docs
3630
run: |

0 commit comments

Comments
 (0)