flake: export nixosModules.erpnext

main
teutat3s 2023-07-17 21:29:46 +02:00
parent 7763af845d
commit 28a47059b7
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
2 changed files with 6 additions and 0 deletions

View File

@ -70,6 +70,9 @@
erpnext = pkgs.python3.pkgs.erpnext;
bench = pkgs.python3.pkgs.bench;
});
nixosModules = import ./modules/nixos-modules.nix;
nixosConfigurations =
let
system = "x86_64-linux";

View File

@ -0,0 +1,3 @@
{
erpnext = import ./erpnext.nix;
}