From 61db3d46864883af257b0dcd7cb8a4fb3bac52b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 9 May 2024 15:32:34 +0200 Subject: [PATCH] Readme.md: link to current wiki --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 025b0b4..f551eb1 100644 --- a/Readme.md +++ b/Readme.md @@ -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 @@ -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...