try adding install phase

This commit is contained in:
twoneis 2025-03-12 23:35:27 +01:00
parent 6a06290881
commit a8bb98a917
2 changed files with 7 additions and 0 deletions

View file

@ -11,5 +11,11 @@ in
owner = "iceshrimp"; owner = "iceshrimp";
repo = "Iceshrimp.NET"; repo = "Iceshrimp.NET";
rev = version; rev = version;
hash = "";
}; };
installPhase = ''
mkdir -p $out
make
'';
} }

View file

@ -0,0 +1 @@
/nix/store/q9acxpqrgfwrra5agyzx8q6lic5lwjki-iceshrimp.drv