mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 20:02:10 +02:00
+mazanoke
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{pkgs, ...}: let
|
{pkgs, ...}: let
|
||||||
version = "1.1.5"; # Ajuste la version si nécessaire
|
version = "1.1.5";
|
||||||
mazanoke-pkg = pkgs.stdenv.mkDerivation {
|
mazanoke-pkg = pkgs.stdenv.mkDerivation {
|
||||||
inherit version;
|
inherit version;
|
||||||
pname = "mazanoke";
|
pname = "mazanoke";
|
||||||
@@ -10,7 +10,6 @@
|
|||||||
hash = "sha256-B/AF4diMNxN94BzpZP/C+K8kNj9q+4SDKWa/qd4LrVU=";
|
hash = "sha256-B/AF4diMNxN94BzpZP/C+K8kNj9q+4SDKWa/qd4LrVU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# On utilise installPhase pour copier les fichiers vers $out
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/share/mazanoke
|
mkdir -p $out/share/mazanoke
|
||||||
cp -r ./index.html ./favicon.ico ./manifest.json ./service-worker.js ./assets $out/share/mazanoke/
|
cp -r ./index.html ./favicon.ico ./manifest.json ./service-worker.js ./assets $out/share/mazanoke/
|
||||||
|
|||||||
Reference in New Issue
Block a user