We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e8ea1 commit 97213a3Copy full SHA for 97213a3
.github/workflows/ci.yaml
@@ -14,11 +14,11 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
- uses: nixbuild/nix-quick-install-action@v33
17
- - name: Install vira
+ - name: Install omnix
18
run: |
19
- nix --accept-flake-config profile install "github:juspay/vira"
+ nix install nixpkgs#omnix
20
nix --version
21
- name: Build all flake outputs
22
- run: vira ci
+ run: om ci
23
- name: What GHC version?
24
run: nix develop -c ghc --version
0 commit comments