diff options
author | Alan Pearce | 2023-08-18 16:15:23 +0200 |
---|---|---|
committer | Alan Pearce | 2023-08-18 16:15:23 +0200 |
commit | 6da4fbec3adcf8f6c5be96a3c002b6f57949f819 (patch) | |
tree | 7fe9b5958c4c5fa28745ce099a702e699fa34326 | |
parent | 9462a0a8fc5163c1dbee6cf0ae6d29133fbf4252 (diff) | |
download | nixfiles-6da4fbec3adcf8f6c5be96a3c002b6f57949f819.tar.lz nixfiles-6da4fbec3adcf8f6c5be96a3c002b6f57949f819.tar.zst nixfiles-6da4fbec3adcf8f6c5be96a3c002b6f57949f819.zip |
Fix private flake location
-rw-r--r-- | flake.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock index 687c5fcc..bab5fc7d 100644 --- a/flake.lock +++ b/flake.lock @@ -168,7 +168,7 @@ "rev": "1bcebfb0da1546d2413c87e12f41e07981048a43", "revCount": 54, "type": "git", - "url": "file:///Users/alan/projects/alanpearce.eu/nixfiles/private" + "url": "file:///home/alan/projects/alanpearce.eu/nixfiles/private" }, "original": { "id": "secrets", |