From 92159670e48d08c85a0688799855892e76d54440 Mon Sep 17 00:00:00 2001 From: Marius Drechsler Date: Tue, 3 Sep 2024 12:41:38 +0200 Subject: [PATCH] updated flake.nix for release --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index bbbd028..d053e3a 100644 --- a/flake.nix +++ b/flake.nix @@ -50,8 +50,8 @@ ]; }; - packages.mqt-qcec-diff-thesis = tx.buildTypstProject (typstProject // typstProjectSrc); - packages.default = self.packages.${system}.mqt-qcec-diff-thesis; + packages.HDA-thesis = tx.buildTypstProject (typstProject // typstProjectSrc); + packages.default = self.packages.${system}.HDA-thesis; apps.watch = flake-utils.lib.mkApp { drv = tx.watchTypstProject typstProject; }; apps.default = self.apps.${system}.watch;