From 07c57c56f6280332cc7c35ae50b40adf5b563416 Mon Sep 17 00:00:00 2001 From: Louis Bettens Date: Wed, 30 Dec 2020 17:47:41 +0100 Subject: [PATCH 1/3] DOC.md: update home-manager url --- DOC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOC.md b/DOC.md index e7897337..bd0da9b2 100644 --- a/DOC.md +++ b/DOC.md @@ -92,4 +92,4 @@ If you wish to use an overlay from an external flake, simply add it to the `externOverlays` list in the `let` block of the `outputs` attribute in [flake.nix](flake.nix). Same for external modules, add them to `externModules`. -[home-manager]: https://github.com/rycee/home-manager +[home-manager]: https://github.com/nix-community/home-manager From 095953efef777921828995804a619b6bf9684b1f Mon Sep 17 00:00:00 2001 From: Louis Bettens Date: Wed, 30 Dec 2020 17:47:46 +0100 Subject: [PATCH 2/3] README.md: update home-manager url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0387f861..5cfd37ae 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ licenses of the respective packages. [bare]: https://github.com/nrdxp/nixflk/tree/bare [direnv]: https://direnv.net -[home-manager]: https://github.com/rycee/home-manager +[home-manager]: https://github.com/nix-community/home-manager [nix-command]: https://nixos.wiki/wiki/Nix_command [nixFlakes]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/package-management/nix/default.nix#L211 [NixOS]: https://nixos.org From 8438d0c404374f7c2e131f809d10ae6764e63f3c Mon Sep 17 00:00:00 2001 From: Louis Bettens Date: Wed, 30 Dec 2020 17:47:49 +0100 Subject: [PATCH 3/3] configuration.nix: update home-manager url --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 60010479..6ffcacfe 100644 --- a/configuration.nix +++ b/configuration.nix @@ -19,7 +19,7 @@ in imports = (import ./modules/list.nix) ++ [ "${ builtins.fetchTarball - "https://github.com/rycee/home-manager/archive/master.tar.gz" + "https://github.com/nix-community/home-manager/archive/master.tar.gz" }/nixos" /etc/nixos/profiles/core ] ++ config;