From c3d0ff427ad7aaefd85682571e9206d0a1454714 Mon Sep 17 00:00:00 2001 From: Benedikt Heine Date: Mon, 2 Dec 2024 22:00:53 +0100 Subject: [PATCH] Fix nixos-anywhere repo URL to nix-community --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 573be7e..1c4d67c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ used flakes: - secrets: [sops-nix](https://github.com/Mic92/sops-nix) - deployment: [nixinate](https://github.com/MatthewCroughan/nixinate), see [usage](#usage) - formatting: [git-hooks](https://github.com/cachix/git-hooks.nix) -- install: [nixos-anywhere](https://github.com/numtide/nixos-anywhere/) +- install: [nixos-anywhere](https://github.com/nix-community/nixos-anywhere/) ## Structure @@ -120,7 +120,7 @@ used flakes: now simply install by executing (this will delete all data!): ```bash - nix run github:numtide/nixos-anywhere -- \ + nix run github:nix-community/nixos-anywhere -- \ --disk-encryption-keys /tmp/disk.key /tmp/disk.key \ --extra-files "$temp" \ --flake .# \