summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";