commit d95b82031acc0fad06f113eb78de1d57c72056f0
parent 074a4581c2ae164b7fbc9fe6eca560ee29d335b3
Author: Jared Tobin <jared@jtobin.io>
Date: Sat, 18 Apr 2026 13:00:12 +0800
flake: use remote
Diffstat:
2 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -120,14 +120,18 @@
]
},
"locked": {
- "lastModified": 1769338476,
- "narHash": "sha256-GX7raydVjsGq6qklkel8sMOX2XtSZnuGNGpsXwmWnnI=",
- "path": "/Users/jtobin/src/ppad/bolt1",
- "type": "path"
+ "lastModified": 1776481687,
+ "narHash": "sha256-1oT11gu84v1wEmOrigp6FTP1DIG7JkD1OVdgOCCPQFs=",
+ "ref": "master",
+ "rev": "0a19559d878ad6701d9d10fd08a32b736bcee662",
+ "revCount": 26,
+ "type": "git",
+ "url": "git://git.ppad.tech/bolt1.git"
},
"original": {
- "path": "/Users/jtobin/src/ppad/bolt1",
- "type": "path"
+ "ref": "master",
+ "type": "git",
+ "url": "git://git.ppad.tech/bolt1.git"
}
},
"ppad-nixpkgs": {
diff --git a/flake.nix b/flake.nix
@@ -3,8 +3,9 @@
inputs = {
ppad-bolt1 = {
- type = "path";
- path = "/Users/jtobin/src/ppad/bolt1";
+ type = "git";
+ url = "git://git.ppad.tech/bolt1.git";
+ ref = "master";
inputs.ppad-nixpkgs.follows = "ppad-nixpkgs";
};
ppad-sha256 = {