aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-12-05 21:12:59 +0000
committerAkshay <[email protected]>2024-12-05 21:12:59 +0000
commit8dba8a8375ac69b2547a31c9db41a71964ed186c (patch)
tree5ac4e5790c829ae9fb244305290edc19795656ed /flake.nix
parentd214040c0b4a7dcd7dd386e0169b77a1c74de489 (diff)
add urls to open comments and submissions externally
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 9663b81..759e670 100644
--- a/flake.nix
+++ b/flake.nix
@@ -80,8 +80,8 @@
80 80
81 copyToRoot = final.buildEnv { 81 copyToRoot = final.buildEnv {
82 name = "image-root"; 82 name = "image-root";
83 paths = [ final.lurker ]; 83 paths = [final.lurker];
84 pathsToLink = [ "/bin" ]; 84 pathsToLink = ["/bin"];
85 }; 85 };
86 86
87 runAsRoot = '' 87 runAsRoot = ''