mirror of
https://github.com/RGBCube/GitHub2Forgejo.git
synced 2025-09-08 22:00:17 +00:00
package: perform efficient use of code
This commit is contained in:
parent
ba581ae4f2
commit
e41cde8751
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue