summary refs log tree commit diff stats
path: root/system/settings/user-interface.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-05-21 09:22:18 +0200
committerAlan Pearce2024-05-21 09:22:18 +0200
commit0d9e6aa06b267c71c358a034c82412f28b589917 (patch)
treeb325d20cfdbc6a84d6aa391012e4638bdb72838c /system/settings/user-interface.nix
parentda560ebda355d444d963f73b1086989d80d3dd10 (diff)
downloadnixfiles-0d9e6aa06b267c71c358a034c82412f28b589917.tar.lz
nixfiles-0d9e6aa06b267c71c358a034c82412f28b589917.tar.zst
nixfiles-0d9e6aa06b267c71c358a034c82412f28b589917.zip
avoid hardcoding absolute path to this repo in nix
Diffstat (limited to 'system/settings/user-interface.nix')
-rw-r--r--system/settings/user-interface.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/user-interface.nix b/system/settings/user-interface.nix
index 3ed45bbb..d9d3297f 100644
--- a/system/settings/user-interface.nix
+++ b/system/settings/user-interface.nix
@@ -52,7 +52,7 @@
 
   programs.nh = {
     enable = true;
-    flake = "/home/alan/projects/alanpearce.eu/nixfiles";
+    flake = builtins.toString ../..;
     clean = {
       enable = true;
       extraArgs = "--keep-since 14d";