diff --git a/flake.lock b/flake.lock index a220a4a..1fb0c28 100644 --- a/flake.lock +++ b/flake.lock @@ -510,16 +510,17 @@ "rustypasteRepo": "rustypasteRepo" }, "locked": { - "dirtyRev": "561025fca47e63a4356cf8e41669ab823f033717-dirty", - "dirtyShortRev": "561025f-dirty", - "lastModified": 1728306155, - "narHash": "sha256-ewGx/X970ErBg6oKAaBKZd4pqnP2s0jeRHm9bIj8CzM=", + "lastModified": 1728862246, + "narHash": "sha256-O+1deQAXm5cMg8y+v7jjfTyrdKDlmk8fbwfz1w5BEU8=", + "ref": "refs/heads/master", + "rev": "78dda5354d93432e92733d862beb6d406d0e0a2a", + "revCount": 1, "type": "git", - "url": "file:///home/ny/Documents/opensource/rustypaste" + "url": "https://git.ccnlc.eu/Nydragon/flakey-rustypaste.git" }, "original": { "type": "git", - "url": "file:///home/ny/Documents/opensource/rustypaste" + "url": "https://git.ccnlc.eu/Nydragon/flakey-rustypaste.git" } }, "rustypasteRepo": { diff --git a/flake.nix b/flake.nix index 1386342..0e79e92 100644 --- a/flake.nix +++ b/flake.nix @@ -43,9 +43,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - rustypaste = { - url = "/home/ny/Documents/opensource/rustypaste"; - }; + rustypaste.url = "git+https://git.ccnlc.eu/Nydragon/flakey-rustypaste.git"; }; outputs =