-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
due to ifd on linux Also add README
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |