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:
parent
9312eaef3e
commit
ed0dfd568d
2 changed files with 10 additions and 9 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue