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
|
diff --git a/flake.lock b/flake.lock
index caed64fb06ded0aefadf768fe4944ef4d91d5b74..2defcc6683bc4cbfa3115f156950cb219437607e 100644
--- a/flake.lock
+++ b/flake.lock
@@ -206,7 +206,8 @@ "jolheiser-nur": "jolheiser-nur",
"nixpkgs": "nixpkgs",
"nixpkgs-py36": "nixpkgs-py36",
"nur": "nur",
- "tclip": "tclip"
+ "tclip": "tclip",
+ "website": "website"
}
},
"systems": {
@@ -246,6 +247,29 @@ "original": {
"owner": "tailscale-dev",
"repo": "tclip",
"type": "github"
+ }
+ },
+ "website": {
+ "inputs": {
+ "flake-utils": [
+ "flake-utils"
+ ],
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1695536112,
+ "narHash": "sha256-JjK9NnrTtSXtN5FkLoEe/M5pzShwpwYOHkUQ2horf2U=",
+ "ref": "refs/heads/main",
+ "rev": "789d6e79164d617ebdcab3de53fc79457025edcc",
+ "revCount": 6,
+ "type": "git",
+ "url": "https://git.jojodev.com/jolheiser/jolheiser.com"
+ },
+ "original": {
+ "type": "git",
+ "url": "https://git.jojodev.com/jolheiser/jolheiser.com"
}
}
},
|