summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-04 23:56:44 -0800
committerPreston Pan <ret2pop@nullring.xyz>2026-03-04 23:56:44 -0800
commit3adbecea3b4402aeb064ba2835ce6f120ffef736 (patch)
tree858f965e98dfb3a1bca2150b321eb92d65e79bb1 /flake.nix
parent7589fe7f331d32a435a1255e81ab1f50ba0b92a9 (diff)
gitmodules fix problem temporarily?
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 4075fe5..82cb114 100644
--- a/flake.nix
+++ b/flake.nix
@@ -9,7 +9,7 @@
url = "github:cachix/git-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";
};
- nixmacs.url = ./nix;
+ nixmacs.url = "path:./nix";
publish-org-roam-ui = {
url = "git://nullring.xyz/publish-org-roam-ui.git";