Skip to content

Commit 14df13c

Browse files
authored
Merge pull request #76 from joshprk/joshprk-patch-1
README: change numtide to nix-community
2 parents 58ad969 + eda4e0b commit 14df13c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ By default, these modules enable or disable themselves based on detected hardwar
1010
For more information, see the [docs].
1111

1212
[NixOS modules]: https://wiki.nixos.org/wiki/NixOS_modules
13-
[NixOS Facter]: https://github.com/numtide/nixos-facter
13+
[NixOS Facter]: https://github.com/nix-community/nixos-facter
1414
[NixOS Hardware]: https://github.com/NixOS/nixos-hardware
1515
[docs]: https://nix-community.github.io/nixos-facter-modules/
1616

@@ -19,7 +19,7 @@ For more information, see the [docs].
1919
To generate a hardware report run the following:
2020

2121
```console
22-
$ nix --extra-experimental-features "flakes nix-command" run github:numtide/nixos-facter > facter.json
22+
$ nix --extra-experimental-features "flakes nix-command" run github:nix-community/nixos-facter > facter.json
2323
```
2424

2525
Then use the generated `facter.json` with the NixOS module as follows:
@@ -35,7 +35,7 @@ that part of the configuration yourself or take it from `nixos-generate-config`.
3535
{
3636
inputs = {
3737
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
38-
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
38+
nixos-facter-modules.url = "github:nix-community/nixos-facter-modules";
3939
};
4040
4141
outputs =
@@ -70,7 +70,7 @@ that part of the configuration yourself or take it from `nixos-generate-config`.
7070
{
7171
imports = [
7272
"${
73-
(builtins.fetchTarball { url = "https://github.com/numtide/nixos-facter-modules/"; })
73+
(builtins.fetchTarball { url = "https://github.com/nix-community/nixos-facter-modules/"; })
7474
}/modules/nixos/facter.nix"
7575
];
7676

0 commit comments

Comments
 (0)