From 07a66e64d044b11d0c3008ba0319cd74f6c4fdd7 Mon Sep 17 00:00:00 2001 From: Yuriy Taraday Date: Thu, 23 Jan 2025 12:17:46 +0100 Subject: [PATCH] Update links in nix.md "Nix recipe" link was pointing to the old location before migration to `pkgs/by-name`. Also update wiki link to wiki.nixos.org. --- src/installation/nix.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/installation/nix.md b/src/installation/nix.md index 91324d8..ad4addc 100644 --- a/src/installation/nix.md +++ b/src/installation/nix.md @@ -1,6 +1,6 @@ # [Nix](https://nixos.org) (Linux/macOS) -[Nix recipe](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/misc/act/default.nix) +[Nix recipe](https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/ac/act/package.nix) Global install: @@ -14,7 +14,7 @@ or through `nix-shell`: nix-shell -p act ``` -Using the latest [Nix command](https://nixos.wiki/wiki/Nix_command), you can run directly : +Using the latest [Nix command](https://wiki.nixos.org/wiki/Nix_command), you can run directly : ```sh nix run nixpkgs#act