mirror of
https://github.com/NixOS/flake-registry.git
synced 2025-12-16 05:51:16 +01:00
7 lines
136 B
Nix
7 lines
136 B
Nix
{
|
|
outputs = { self }: {
|
|
nixosModules.default = {
|
|
nix.settings.flake-registry = self + "/flake-registry.json";
|
|
};
|
|
};
|
|
}
|