mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-23 00:13:02 +03:00
fix URL to overrides in docs
This commit is contained in:
parent
3d66429c69
commit
25c5d26596
@ -15,7 +15,7 @@ Each subsytem in dream2nix like `nodejs` or `python` manages its overrides in a
|
||||
|
||||
dream2nix supports packaging different versions of the same package within one repository. Therefore conditions are used to make overrides apply only to certain package versions.
|
||||
|
||||
Currently a collection of overrides is maintained at https://github.com/DavHau/dreampkgs
|
||||
Currently a collection of overrides is maintained at [dream2nix/overrides](https://github.com/nix-community/dream2nix/tree/main/overrides)
|
||||
|
||||
Example for nodejs overrides:
|
||||
```nix
|
||||
@ -57,4 +57,4 @@ Example for nodejs overrides:
|
||||
# overrides for webpack
|
||||
};
|
||||
}
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user