Add NixOS module
This commit is contained in:
parent
fdbec31b6c
commit
c06b3a7142
3 changed files with 11 additions and 2 deletions
|
@ -34,5 +34,9 @@
|
|||
default = pkgs.callPackage ./default.nix {};
|
||||
};
|
||||
}
|
||||
);
|
||||
) // {
|
||||
nixosModules = {
|
||||
default = ./module.nix;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue