1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
diff --git a/flake.lock b/flake.lock
index 14324cc391332ddd9ca1358e22b720adbdd2e550..0686edb68804423447f079adae1443ab4276af62 100644
--- a/flake.lock
+++ b/flake.lock
@@ -186,6 +186,22 @@ "repo": "nixpkgs",
"type": "github"
}
},
+ "nixpkgs_10": {
+ "locked": {
+ "lastModified": 1769527094,
+ "narHash": "sha256-xV20Alb7ZGN7qujnsi5lG1NckSUmpIb05H2Xar73TDc=",
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "rev": "afce96367b2e37fc29afb5543573cd49db3357b7",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nixos",
+ "ref": "nixpkgs-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
"nixpkgs_2": {
"locked": {
"lastModified": 1755615617,
@@ -364,7 +380,8 @@ "nixpkgs-unstable": "nixpkgs-unstable",
"nur": "nur",
"pokego": "pokego",
"spectre": "spectre",
- "tclip": "tclip"
+ "tclip": "tclip",
+ "zed": "zed"
}
},
"spectre": {
@@ -450,6 +467,24 @@ "original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
+ }
+ },
+ "zed": {
+ "inputs": {
+ "nixpkgs": "nixpkgs_10"
+ },
+ "locked": {
+ "lastModified": 1769869472,
+ "narHash": "sha256-kLCEiAHvRrFfeTTHA7VNc+EmYDFDIyxSg4M6gr5b89M=",
+ "ref": "refs/heads/main",
+ "rev": "89a68629e88a19f08826e5c17bf96af6415ef7a3",
+ "revCount": 4,
+ "type": "git",
+ "url": "https://git.jolheiser.com/zed.drv.git"
+ },
+ "original": {
+ "type": "git",
+ "url": "https://git.jolheiser.com/zed.drv.git"
}
}
},
|