package: perform efficient use of code

This commit is contained in:
RGBCube 2025-06-23 21:14:05 +03:00
parent ba581ae4f2
commit e41cde8751
No known key found for this signature in database

View file

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