Skip to content

Commit

Permalink
om: Disable flake check
Browse files Browse the repository at this point in the history
due to ifd on linux

Also add README
  • Loading branch information
srid committed Jan 13, 2025
1 parent 23c342f commit b45e0ee
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
source_url https://raw.githubusercontent.com/juspay/omnix/9aa5d61ed6bc50a95db0ae633b184f91545588cf/omnixrc "sha256-p47in+0Q6y+2eDzLVwCmgk2WX29P0eI6cdgotTX0pxk="
watch_file om.yaml
use omnix
21 changes: 21 additions & 0 deletions om.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
ci:
default:
ROOT:
dir: .
steps:
flake-check:
enable: false
custom:
develop:
default:
readme: |
🍾 Welcome to the **Nammayatri CI** project
To deploy,
```sh-session
just deploy-nixos # If deploying to NixOS
just deploy-mac # If deploying to macOS
```
🍎🍎 Run 'just' to see more commands. See <https://nixos.asia/en/vscode> for IDE setup.

0 comments on commit b45e0ee

Please sign in to comment.