trying again

This commit is contained in:
Mike Heier 2023-08-12 05:51:08 -04:00
parent a86e5b2f38
commit 440b6a7e0d

View File

@ -12,6 +12,13 @@
in
flake-utils.lib.eachDefaultSystem (system:
with nixpkgs.legacyPackages.${system}; {
nixosModules = {
# add moduleA from flakeA as an output
# moduleA = flakeA.nixosModules.moduleA;
default = import ./module.nix { inherit nixpkgs };
};
packages.${productName} = rustPlatform.buildRustPackage {
name = "${productName}";
version = "${productVersion}";