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
|
diff --git a/flake.lock b/flake.lock
index cce191d0fe35655bac5ad422283f287c04997178..6c12b81f9d23b1bedc5a2201d6aeb10113b9ced3 100644
--- a/flake.lock
+++ b/flake.lock
@@ -654,6 +654,7 @@ "resume": "resume",
"tailproxy": "tailproxy",
"tclip": "tclip",
"ugit": "ugit",
+ "vpn-confinement": "vpn-confinement",
"website": "website"
}
},
@@ -852,6 +853,21 @@ },
"original": {
"owner": "numtide",
"repo": "flake-utils",
+ "type": "github"
+ }
+ },
+ "vpn-confinement": {
+ "locked": {
+ "lastModified": 1788035501,
+ "narHash": "sha256-3Xs9lCMwjvFURU7/fPEGDR5kCKvcdX2l5Fah1nZoaGQ=",
+ "owner": "Maroka-chan",
+ "repo": "VPN-Confinement",
+ "rev": "ce8949125b698406810ea71a8bd7b567d9a0b09f",
+ "type": "github"
+ },
+ "original": {
+ "owner": "Maroka-chan",
+ "repo": "VPN-Confinement",
"type": "github"
}
},
|