Compare commits
3 commits
9312eaef3e
...
bd417f5784
| Author | SHA1 | Date | |
|---|---|---|---|
| bd417f5784 | |||
| 063813a4c3 | |||
| ed0dfd568d |
2 changed files with 10 additions and 9 deletions
15
flake.lock
generated
15
flake.lock
generated
|
|
@ -87,14 +87,17 @@
|
||||||
"utils": "utils"
|
"utils": "utils"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1778245136,
|
"lastModified": 1778245599,
|
||||||
"narHash": "sha256-0tuhtVni1ycawyeVjjsBlLUxo8Tu2w37J9g+YxAr8Sg=",
|
"narHash": "sha256-Sm9hzl+Sjabaa4v8Az8WvCOqae6PNNIA15tBjZdWg/w=",
|
||||||
"path": "/home/yisroel/Projects/TIDE",
|
"ref": "refs/heads/master",
|
||||||
"type": "path"
|
"rev": "9bdabd50e79ba567a503b43470070587d5ecf336",
|
||||||
|
"revCount": 122,
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.yisroelbaum.com/yisroelbaum/TIDE"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"path": "/home/yisroel/Projects/TIDE",
|
"type": "git",
|
||||||
"type": "path"
|
"url": "https://git.yisroelbaum.com/yisroelbaum/TIDE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"utils": {
|
"utils": {
|
||||||
|
|
|
||||||
|
|
@ -13,9 +13,7 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
tide = {
|
tide = {
|
||||||
# Local path while iterating; switch to
|
url = "git+https://git.yisroelbaum.com/yisroelbaum/TIDE";
|
||||||
# git+https://git.yisroelbaum.com/yisroelbaum/TIDE once pushed.
|
|
||||||
url = "path:/home/yisroel/Projects/TIDE";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue