mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
Merge pull request #280 from nix-community/module-default
flake: expose the module as nixosModules.default
This commit is contained in:
commit
637d87df3f
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
||||||
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
|
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
nixosModules.default = self.nixosModules.disko; # convention
|
||||||
nixosModules.disko = import ./module.nix;
|
nixosModules.disko = import ./module.nix;
|
||||||
lib = import ./. {
|
lib = import ./. {
|
||||||
inherit (nixpkgs) lib;
|
inherit (nixpkgs) lib;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue