+mazanoke

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-01-13 20:25:57 +01:00
parent fd644671af
commit 6e21914113

View File

@@ -1,5 +1,5 @@
{pkgs, ...}: let
version = "1.1.5"; # Ajuste la version si nécessaire
version = "1.1.5";
mazanoke-pkg = pkgs.stdenv.mkDerivation {
inherit version;
pname = "mazanoke";
@@ -10,7 +10,6 @@
hash = "sha256-B/AF4diMNxN94BzpZP/C+K8kNj9q+4SDKWa/qd4LrVU=";
};
# On utilise installPhase pour copier les fichiers vers $out
installPhase = ''
mkdir -p $out/share/mazanoke
cp -r ./index.html ./favicon.ico ./manifest.json ./service-worker.js ./assets $out/share/mazanoke/