Skip to content

Commit e967319

Browse files
committed
docs(develop): Use new omnixrc
This new omnixrc will use omnix from nixpkgs, thus bypassing the need for cache.
1 parent 34c9f19 commit e967319

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/src/om/develop.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ The `om develop` command should be used indirectly in direnv, via the `use omnix
77
1. Put this in your `.envrc` file:
88

99
```sh
10-
source_url https://raw.githubusercontent.com/juspay/omnix/75ed48923835963e2f18baba08f54a8adc307ba2/omnixrc "sha256-8C2Jb5bHx/0cvm1+9gOlBEdWzbikCWT5UsJWewUAFt4="
10+
source_url \
11+
https://raw.githubusercontent.com/juspay/omnix/2c80a2b228a8c21434172d2b4f3b8d2ee873284f/omnixrc \
12+
'sha256-WywFYSB50xlznsc/tkFAF18uI2pMNoTJJAJJUPs837Y='
1113
watch_file om.yaml
1214
use omnix
1315
```

0 commit comments

Comments
 (0)