fix pkg assignment
This commit is contained in:
parent
3ad98a9ad7
commit
7aa7be00d7
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
cfg.pkg = pkgs.writeText "${service}.conf" ''
|
||||
repo-clone.pkg = pkgs.writeText "${service}.conf" ''
|
||||
uwu
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue