From dcc347a717960d69d9f482b20e7586dcbeefb293 Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 9 Apr 2026 19:02:59 -0500 Subject: [PATCH] test --- flake.lock | 16 ++++++++-------- flake.nix | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/flake.lock b/flake.lock index 0803513..743d58c 100644 --- a/flake.lock +++ b/flake.lock @@ -41,17 +41,17 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1775778260, - "narHash": "sha256-8tQ0BR6k0luCb7P9djLbaFT4QGAdKb+FiZQtzyKxD/8=", + "lastModified": 1775779267, + "narHash": "sha256-vw3ahicPs2hVXFjtA4/otU8MvAvy1XbO/yLS4BVPj0A=", "ref": "refs/heads/master", - "rev": "1f42ca1eaea5a96d2c9faa0631f42d1e38e20b54", - "revCount": 27, + "rev": "e15350240162338e854ec0b552f4ee6813dedcff", + "revCount": 28, "type": "git", - "url": "file:///home/nathan/Projects/Aurora" + "url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Aurora" }, "original": { "type": "git", - "url": "file:///home/nathan/Projects/Aurora" + "url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Aurora" } }, "disko": { @@ -770,11 +770,11 @@ "rev": "9d263b8208af5c1ffd4a3c639a34bfe290bce931", "revCount": 38, "type": "git", - "url": "file:///home/nathan/Projects/Moirai" + "url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Moirai" }, "original": { "type": "git", - "url": "file:///home/nathan/Projects/Moirai" + "url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Moirai" } }, "nixvim_2": { diff --git a/flake.nix b/flake.nix index 87b853c..a8b57d5 100644 --- a/flake.nix +++ b/flake.nix @@ -32,11 +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+file:///home/nathan/Projects/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+file:///home/nathan/Projects/Aurora"; + aurora.url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Aurora"; + #aurora.url = "git+file:///home/nathan/Projects/Aurora"; }; outputs = { ... } @ inputs: