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
|
diff --git a/flake.lock b/flake.lock
index 80925ab5540436dc35c515312e9fb2016ef27502..8e465dea22a549dd6e81944dcf818d5cb487c572 100644
--- a/flake.lock
+++ b/flake.lock
@@ -88,6 +88,26 @@ "repo": "gomod2nix",
"type": "github"
}
},
+ "helix": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1695336689,
+ "narHash": "sha256-Vy4xgtnumNX6Na3uh0U6NvZu6QEOi1xnJEYKM9tcSS4=",
+ "ref": "refs/heads/main",
+ "rev": "295193b6e7c022e7ffe6be9d0684d6c74a468d93",
+ "revCount": 6,
+ "type": "git",
+ "url": "https://git.jojodev.com/jolheiser/helix.drv"
+ },
+ "original": {
+ "type": "git",
+ "url": "https://git.jojodev.com/jolheiser/helix.drv"
+ }
+ },
"home-manager": {
"inputs": {
"nixpkgs": [
@@ -180,6 +200,7 @@ "inputs": {
"agenix": "agenix",
"flake-utils": "flake-utils",
"golink": "golink",
+ "helix": "helix",
"home-manager": "home-manager",
"jolheiser-nur": "jolheiser-nur",
"nixpkgs": "nixpkgs",
|