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
63
64
65
66
67
68
|
diff --git a/flake.lock b/flake.lock
index 1e5670deedd6ee81efa764a3d7136cfdc6b07b70..8d927496c5ea998d3b8487cef89bdfa3443e227a 100644
--- a/flake.lock
+++ b/flake.lock
@@ -22,6 +22,22 @@ "repo": "agenix",
"type": "github"
}
},
+ "flake-compat": {
+ "flake": false,
+ "locked": {
+ "lastModified": 1696426674,
+ "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
+ "owner": "edolstra",
+ "repo": "flake-compat",
+ "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
+ "type": "github"
+ },
+ "original": {
+ "owner": "edolstra",
+ "repo": "flake-compat",
+ "type": "github"
+ }
+ },
"flake-utils": {
"inputs": {
"systems": "systems"
@@ -356,7 +372,8 @@ "resume": "resume",
"tclip": "tclip",
"templ": "templ",
"tmpl": "tmpl",
- "website": "website"
+ "website": "website",
+ "wsl": "wsl"
}
},
"systems": {
@@ -508,6 +525,30 @@ },
"original": {
"type": "git",
"url": "https://git.jojodev.com/jolheiser/jolheiser.com"
+ }
+ },
+ "wsl": {
+ "inputs": {
+ "flake-compat": "flake-compat",
+ "flake-utils": [
+ "flake-utils"
+ ],
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1703521177,
+ "narHash": "sha256-V95s2ypDpdaFGbeG3pvazEE7qdjwZknoauv89DJQvz0=",
+ "owner": "nix-community",
+ "repo": "NixOS-WSL",
+ "rev": "ec53b11f0c78572a2b0b5263ae1c46293daaf55f",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "repo": "NixOS-WSL",
+ "type": "github"
}
},
"xc": {
|