mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-11 08:00:18 +02:00
added missing library
This commit is contained in:
parent
3c2662e5fc
commit
f5fa3790a8
1 changed files with 5 additions and 0 deletions
|
@ -70,7 +70,12 @@ in
|
||||||
package =
|
package =
|
||||||
pkgs.runCommand "akkoma-fe"
|
pkgs.runCommand "akkoma-fe"
|
||||||
{
|
{
|
||||||
|
config = {
|
||||||
|
nativeBuildInputs = with pkgs; [
|
||||||
|
xorg.lndir
|
||||||
|
];
|
||||||
|
|
||||||
|
};
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
mkdir $out
|
mkdir $out
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue