Skip to content

Commit

Permalink
Merge pull request #584 from Mic92/patch-1
Browse files Browse the repository at this point in the history
Readme.md: link to current wiki
  • Loading branch information
TyberiusPrime authored May 9, 2024
2 parents 28f563a + 61db3d4 commit c409df5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ nix-env -if https://github.com/DavHau/mach-nix/tarball/3.5.0 -A mach-nix
```
or, if you prefer `nix-shell`:

+ if [Nix flakes is enabled](https://nixos.wiki/wiki/Flakes#:~:text=Installing%20flakes):
+ if [Nix flakes is enabled](https://wiki.nixos.org/wiki/Flakes#:~:text=Installing%20flakes):

```shell
nix shell github:DavHau/mach-nix
Expand Down Expand Up @@ -92,7 +92,7 @@ mach-nix gen -r requirements.txt

---
### Build a derivation or enter a shell from a list of requirements
+ if [Nix flakes is enabled](https://nixos.wiki/wiki/Flakes#:~:text=Installing%20flakes):
+ if [Nix flakes is enabled](https://wiki.nixos.org/wiki/Flakes#:~:text=Installing%20flakes):

```shell
nix (build|shell) mach-nix#gen.(python|docker).package1.package2...
Expand Down

0 comments on commit c409df5

Please sign in to comment.