commit 7f409625cceea603e5f70fc4411898d58c72bd2d
parent e1cf16a0ee90ee406d96eb2c784ecce96738d2a0
Author: Katja (zaphyra) <git@ctu.cx>
Date: Tue, 27 May 2025 16:28:59 +0200
parent e1cf16a0ee90ee406d96eb2c784ecce96738d2a0
Author: Katja (zaphyra) <git@ctu.cx>
Date: Tue, 27 May 2025 16:28:59 +0200
flake: update package-name
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/flake.nix b/flake.nix @@ -18,13 +18,13 @@ in { packages = forAllSystems (pkgs: { - default = pkgs.ctucx-website; - ctucx-website = pkgs.ctucx-website; + default = pkgs.zaphyra-website; + zaphyra-website = pkgs.zaphyra-website; }); overlays.default = final: prev: { - ctucx-website = final.stdenv.mkDerivation rec { - name = "ctucx-homepage"; + zaphyra-website = final.stdenv.mkDerivation rec { + name = "zaphyra-website"; src = inputs.self; makeFlags = [ "PREFIX=$(out)" ];