fix(dotnet): recreate tmpfiles links
This commit is contained in:
parent
2230c9ce50
commit
fb21b72c32
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
environment.systemPackages = [ pkgs.jetbrains.rider ];
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"L /opt/dotnet/8 - - - - ${pkgs.dotnet-sdk_8}/share/dotnet"
|
||||
"L /opt/dotnet/mono - - - - ${pkgs.mono}"
|
||||
"L+ /opt/dotnet/8 - - - - ${pkgs.dotnet-sdk_8}/share/dotnet"
|
||||
"L+ /opt/dotnet/mono - - - - ${pkgs.mono}"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue