mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-22 22:11:50 +03:00
Revert "website: revert back to nix-community.github.io/dream2nix"
This reverts commit fcbfd63231
.
This commit is contained in:
parent
736f7ac951
commit
b14eca8b2c
@ -7,7 +7,7 @@
|
||||
<br>
|
||||
Automate reproducible packaging for various language ecosystems
|
||||
<br>
|
||||
<a href="https://nix-community.github.io/dream2nix/">Documentation</a> |
|
||||
<a href="https://dream2nix.dev/">Documentation</a> |
|
||||
<a href="https://github.com/nix-community/dream2nix/tree/main/examples/repo-with-packages">Example Repo</a> |
|
||||
<a href="https://github.com/nix-community/dream2nix/tree/main/examples/repo-with-packages-flake">Example Repo Flake</a> |
|
||||
<a href="https://github.com/nix-community/dream2nix/tree/main/examples/packages">Example Packages</a>
|
||||
@ -29,7 +29,7 @@ If your organization wants to support the project with extra funding in order to
|
||||
|
||||
### Documentation
|
||||
|
||||
[👉 To the docs](https://nix-community.github.io/dream2nix)
|
||||
[👉 To the docs](https://dream2nix.dev)
|
||||
|
||||
### Presentations
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
site_name: Dream2Nix
|
||||
docs_dir: "src"
|
||||
site_url: "https://nix-community.github.io/dream2nix"
|
||||
site_url: "https://dream2nix.dev"
|
||||
site_dir: !ENV out
|
||||
|
||||
repo_url: https://github.com/nix-community/dream2nix
|
||||
|
@ -25,7 +25,7 @@ This is why we established a unit testing suit for pure translators. This is rea
|
||||
- Improved usage examples in readme
|
||||
- Improvements on several subsystems including nodejs and rust
|
||||
- New documentation website:
|
||||
https://nix-community.github.io/dream2nix/
|
||||
https://dream2nix.dev/
|
||||
|
||||
- Added subsystems:
|
||||
- python
|
||||
|
@ -78,5 +78,5 @@ The following conditional override disables tests for versions of the `pillow` p
|
||||
## List of Options
|
||||
|
||||
Different dream2nix modules offer different options to override.
|
||||
Refer to the [documentation](https://nix-community.github.io/dream2nix) of the specific language module to see the options.
|
||||
Refer to the [documentation](https://dream2nix.dev) of the specific language module to see the options.
|
||||
Alternatively enter `{module-name}.overrides` into the documentation search.
|
||||
|
Loading…
Reference in New Issue
Block a user