1
Fork 0
mirror of https://github.com/RGBCube/GitHub2Forgejo synced 2025-07-25 20:27:45 +00:00

package: perform efficient use of code

This commit is contained in:
RGBCube 2025-06-23 21:14:05 +03:00
parent ba581ae4f2
commit e41cde8751
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -9,7 +9,10 @@ stdenvNoCC.mkDerivation {
name = "github2forgejo";
version = "master";
src = ./.;
src = builtins.path {
path = ./.;
name = "source";
};
dontBuild = true;
dontConfigure = true;