diff --git a/flake.lock b/flake.lock index 59b2292..d41e79b 100644 --- a/flake.lock +++ b/flake.lock @@ -41,17 +41,17 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1775047387, - "narHash": "sha256-sz2sSc0efvKN3Bx/2fqQeeDDzW0AMqgVVojDUjHvBKM=", + "lastModified": 1775751576, + "narHash": "sha256-8NOjHQr3mH7w1yI7BGlKVMgdu34cKdw0wAXmRzYdW2Y=", "ref": "refs/heads/master", - "rev": "76a5bf5917c508faabb1b2e497875e8b9b5a5fcf", - "revCount": 22, + "rev": "be1318c3cb3630df23ed87498a552c17fc5bc9a9", + "revCount": 24, "type": "git", - "url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Aurora" + "url": "file:///home/nathan/Projects/Aurora" }, "original": { "type": "git", - "url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Aurora" + "url": "file:///home/nathan/Projects/Aurora" } }, "disko": { @@ -770,11 +770,11 @@ "rev": "9d263b8208af5c1ffd4a3c639a34bfe290bce931", "revCount": 38, "type": "git", - "url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Moirai" + "url": "file:///home/nathan/Projects/Moirai" }, "original": { "type": "git", - "url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Moirai" + "url": "file:///home/nathan/Projects/Moirai" } }, "nixvim_2": { diff --git a/flake.nix b/flake.nix index fed8337..305c0ee 100644 --- a/flake.nix +++ b/flake.nix @@ -32,9 +32,11 @@ hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; - nixvim.url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Moirai"; + #nixvim.url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Moirai"; + nixvim.url = "git+file:///home/nathan/Projects/Moirai"; - aurora.url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Aurora"; + #aurora.url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Aurora"; + aurora.url = "git+file:///home/nathan/Projects/Aurora"; self.submodules = true; };