Compare commits

..

No commits in common. "bd417f57844c82bb7d2af7a2f9660a18da5c1b8d" and "9312eaef3ea7c222c025f951b456c073532ff0b3" have entirely different histories.

2 changed files with 9 additions and 10 deletions

15
flake.lock generated
View file

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

View file

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