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 c94dfe71576cb26aef212f9adbfaa81bf6546275..8b9bd8822ef9f4f5e71805484599e99b87825818 100644
--- a/flake.lock
+++ b/flake.lock
@@ -40,6 +40,26 @@ "repo": "flake-utils",
"type": "github"
}
},
+ "gist": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1701147025,
+ "narHash": "sha256-abZqC0H3QV6OXeKHN7+mUNVmjRDxgPRMphGDppQuPaI=",
+ "ref": "refs/heads/main",
+ "rev": "993b3ff8bfc055dd70126f290409e6b7134babd8",
+ "revCount": 2,
+ "type": "git",
+ "url": "https://git.jojodev.com/jolheiser/gist"
+ },
+ "original": {
+ "type": "git",
+ "url": "https://git.jojodev.com/jolheiser/gist"
+ }
+ },
"git-age": {
"inputs": {
"flake-utils": [
@@ -245,6 +265,7 @@ "root": {
"inputs": {
"agenix": "agenix",
"flake-utils": "flake-utils",
+ "gist": "gist",
"git-age": "git-age",
"golink": "golink",
"helix": "helix",
|