From b1a73ecd51c73f07c429aa293cae2f1cd1e583a9 Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Mon, 9 Mar 2026 01:02:13 +0100 Subject: chore(assets): update project assets --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 81a7b13..5b55e7f 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ in { default = pkgs.stdenv.mkDerivation { - pname = "raylib-shooter"; + pname = "dungeon-crawler"; version = "0.1.0"; src = ./.; @@ -50,7 +50,7 @@ installPhase = '' mkdir -p $out/bin - cp bin/dungeon_game $out/bin/raylib-shooter + cp bin/dungeon_game $out/bin/dungeon-crawler ''; }; }); @@ -58,7 +58,7 @@ apps = forEachSystem (system: { default = { type = "app"; - program = "${self.packages.${system}.default}/bin/raylib-shooter"; + program = "${self.packages.${system}.default}/bin/dungeon-crawler"; }; }); -- cgit v1.3.1