This commit is contained in:
Mike Heier 2023-08-12 05:52:06 -04:00
parent 440b6a7e0d
commit 4cbeae2999

View File

@ -16,7 +16,7 @@
nixosModules = {
# add moduleA from flakeA as an output
# moduleA = flakeA.nixosModules.moduleA;
default = import ./module.nix { inherit nixpkgs };
default = myModule;
};
packages.${productName} = rustPlatform.buildRustPackage {