pin tide flake input to forgejo

Switch from a local path: input to the canonical forgejo URL so
remote nixos-rebuild on the server can resolve it. Lock file
pinned to the current TIDE master revision.
This commit is contained in:
Yisroel Baum 2026-05-08 16:07:26 +03:00
parent 9312eaef3e
commit ed0dfd568d
2 changed files with 10 additions and 9 deletions

View file

@ -13,9 +13,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
tide = {
# Local path while iterating; switch to
# git+https://git.yisroelbaum.com/yisroelbaum/TIDE once pushed.
url = "path:/home/yisroel/Projects/TIDE";
url = "git+https://git.yisroelbaum.com/yisroelbaum/TIDE";
inputs.nixpkgs.follows = "nixpkgs";
};
};