Compare commits

...

3 commits

Author SHA1 Message Date
bd417f5784
update tide lock for pgsql 2026-05-08 16:09:00 +03:00
063813a4c3
Merge branch 'switch-tide-input' 2026-05-08 16:07:29 +03:00
ed0dfd568d 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.
2026-05-08 16:07:26 +03:00
2 changed files with 10 additions and 9 deletions

15
flake.lock generated
View file

@ -87,14 +87,17 @@
"utils": "utils"
},
"locked": {
"lastModified": 1778245136,
"narHash": "sha256-0tuhtVni1ycawyeVjjsBlLUxo8Tu2w37J9g+YxAr8Sg=",
"path": "/home/yisroel/Projects/TIDE",
"type": "path"
"lastModified": 1778245599,
"narHash": "sha256-Sm9hzl+Sjabaa4v8Az8WvCOqae6PNNIA15tBjZdWg/w=",
"ref": "refs/heads/master",
"rev": "9bdabd50e79ba567a503b43470070587d5ecf336",
"revCount": 122,
"type": "git",
"url": "https://git.yisroelbaum.com/yisroelbaum/TIDE"
},
"original": {
"path": "/home/yisroel/Projects/TIDE",
"type": "path"
"type": "git",
"url": "https://git.yisroelbaum.com/yisroelbaum/TIDE"
}
},
"utils": {

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";
};
};