summary refs log tree commit diff
path: root/Rhea/Program.cs
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-08-14 06:01:22 +0200
committerRory& <root@rory.gay>2026-08-14 06:01:22 +0200
commit0c96e0e786929bdae51011e1c9c80e611c1f018f (patch)
tree7cc129587bfebfcf1171decb4a77dab3e2abdab6 /Rhea/Program.cs
parentWorking files and symlinks? (diff)
downloadRhea-0c96e0e786929bdae51011e1c9c80e611c1f018f.tar.xz
Working directories
Diffstat (limited to 'Rhea/Program.cs')
-rw-r--r--Rhea/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rhea/Program.cs b/Rhea/Program.cs

index a7310b4..5d3f242 100644 --- a/Rhea/Program.cs +++ b/Rhea/Program.cs
@@ -30,7 +30,7 @@ app.MapControllers(); new NarWriter().GetHeader().ToArray().HexDump(64); -foreach (var srcPath in (string[])["/etc/nix/nix.conf", FileUtils.GetBinDir() + "/Rhea.runtimeconfig.json"]) +foreach (var srcPath in (string[])["/etc/nix/nix.conf", FileUtils.GetBinDir() + "/Rhea.runtimeconfig.json", "/etc/nix"]) { Console.WriteLine($"Original {srcPath}:");