mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 15:10:19 +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 =
|
||||
pkgs.runCommand "akkoma-fe"
|
||||
{
|
||||
config = {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
xorg.lndir
|
||||
];
|
||||
|
||||
};
|
||||
}
|
||||
''
|
||||
mkdir $out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue