Export autoGenFromInputs module for nix-darwin

I recently realized that there's little difference between NixOS,
nix-darwin and home-manager's module systems, so modules should work
across them as long as the options are implemented.
This commit is contained in:
Michael Hoang 2022-01-31 13:09:36 +11:00
parent be1be083af
commit 2d31573e5c

View File

@ -19,6 +19,7 @@
inherit overlay;
nixosModules.autoGenFromInputs = import ./lib/options.nix;
darwinModules.autoGenFromInputs = import ./lib/options.nix;
devShell.x86_64-linux = import ./devShell.nix { system = "x86_64-linux"; };