Skip to content

Commit

Permalink
Merge pull request #62 from lourkeur/home-manager_moved
Browse files Browse the repository at this point in the history
update home-manager urls
  • Loading branch information
nrdxp authored Dec 30, 2020
2 parents a0b9f9f + 8438d0c commit 9f561b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9f561b8

Please sign in to comment.