A couple of minor changes

This commit is contained in:
2022-08-06 14:19:18 +02:00
parent aa7a98f984
commit 9759778a0c
4 changed files with 61 additions and 6 deletions

View File

@@ -8,7 +8,17 @@
pname = "qddns";
version = "1.0";
src = ./.;
vendorSha256 = "";
vendorSha256 = "sha256-B8OGkL5tortYmdgUD4K5CYUSMgj4T1wFkRhGllsKy60=";
preferLocalBuild = true;
};
apps.qddns-server = {
type = "app";
program = "${defaultPackage}/bin/qddns-server";
};
apps.qddns-client = {
type = "app";
program = "${defaultPackage}/bin/qddns-client";
};
devShells.default = pkgs.mkShell {
nativeBuildInputs = [