mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
fix the place of the thing
This commit is contained in:
parent
7b45af25f1
commit
daad8bfe18
1 changed files with 3 additions and 6 deletions
|
@ -70,12 +70,9 @@ in
|
||||||
package =
|
package =
|
||||||
pkgs.runCommand "akkoma-fe"
|
pkgs.runCommand "akkoma-fe"
|
||||||
{
|
{
|
||||||
config = {
|
nativeBuildInputs = with pkgs; [
|
||||||
nativeBuildInputs = with pkgs; [
|
xorg.lndir
|
||||||
xorg.lndir
|
];
|
||||||
];
|
|
||||||
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
mkdir $out
|
mkdir $out
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue