mirror of
https://github.com/RGBCube/GitHub2Forgejo
synced 2025-07-26 20:57:44 +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…
Add table
Add a link
Reference in a new issue