summaryrefslogtreecommitdiff
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
parent7589fe7f331d32a435a1255e81ab1f50ba0b92a9 (diff)
gitmodules fix problem temporarily?
-rw-r--r--.gitmodules2
-rw-r--r--flake.lock4
-rw-r--r--flake.nix2
3 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index 848d40a..baf8f5c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
[submodule "nix"]
path = nix
- url = git@nullring.xyz:/srv/git/hyprnixmacs.git
+ url = git://nullring.xyz/hyprnixmacs.git
diff --git a/flake.lock b/flake.lock
index da38db6..f115ac1 100644
--- a/flake.lock
+++ b/flake.lock
@@ -447,11 +447,11 @@
"wallpapers": "wallpapers"
},
"locked": {
- "path": "nix",
+ "path": "./nix",
"type": "path"
},
"original": {
- "path": "nix",
+ "path": "./nix",
"type": "path"
},
"parent": []
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";