diff --git a/machines/laptop/flake.nix b/machines/laptop/flake.nix index 06453bf..cbb6b1a 100644 --- a/machines/laptop/flake.nix +++ b/machines/laptop/flake.nix @@ -12,7 +12,8 @@ }; olympus = { - url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Olympus"; + #url = "git+https://gitea.esotericbytes.com/Blunkall-Technologies/Olympus"; + url = "git+file:///home/nathan/Projects/Olympus"; inputs.nixpkgs.follows = "nixpkgs"; inputs.home-manager.follows = "home-manager"; };