fix(programs/java): recreate symlinks properly
This commit is contained in:
parent
df6c864c4d
commit
4cc7e14bb6
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"L /opt/temurin-21 - - - - ${pkgs.temurin-bin-21}"
|
"L+ /opt/temurin-21 - - - - ${pkgs.temurin-bin-21}"
|
||||||
"L /opt/temurin-17 - - - - ${pkgs.temurin-bin-17}"
|
"L+ /opt/temurin-17 - - - - ${pkgs.temurin-bin-17}"
|
||||||
"L /opt/temurin-8 - - - - ${pkgs.temurin-bin-8}"
|
"L+ /opt/temurin-8 - - - - ${pkgs.temurin-bin-8}"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue