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:
parent
ba581ae4f2
commit
e41cde8751
1 changed files with 4 additions and 1 deletions
|
@ -9,7 +9,10 @@ stdenvNoCC.mkDerivation {
|
|||
name = "github2forgejo";
|
||||
version = "master";
|
||||
|
||||
src = ./.;
|
||||
src = builtins.path {
|
||||
path = ./.;
|
||||
name = "source";
|
||||
};
|
||||
|
||||
dontBuild = true;
|
||||
dontConfigure = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue