mirror of
https://github.com/NixOS/flake-registry.git
synced 2025-11-08 19:46:12 +01:00
add nixos module
This commit is contained in:
parent
4ea5076e34
commit
7975a83cc4
1 changed files with 7 additions and 0 deletions
7
flake.nix
Normal file
7
flake.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
outputs = { self }: {
|
||||
nixosModules.default = {
|
||||
nix.settings.flake-registry = self + "/flake-registry.json";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue