about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index edc860c..431cced 100644
--- a/flake.nix
+++ b/flake.nix
@@ -80,7 +80,7 @@
       treefmtEval = import ./treefmt.nix {inherit treefmt-nix pkgs;};
 
       build = pkgs.stdenv.mkDerivation {
-        pname = "verguetungsordnung";
+        pname = "geschaeftsordnung_der_administration";
         inherit version;
         src = ./.;
 
@@ -98,7 +98,7 @@
         '';
 
         installPhase = ''
-          install -D ./build/main.pdf "$out/verguetungsordnung.pdf";
+          install -D ./build/main.pdf "$out/geschaeftsordnung_der_administration.pdf";
         '';
       };
     in {