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
|
diff --git a/flake.lock b/flake.lock
index e291aef7b1c990f06c98032a6970bd2a74cde35c..cd4b4c2f13d5f200c5a3c283c081ccb8b4543eac 100644
--- a/flake.lock
+++ b/flake.lock
@@ -41,22 +41,6 @@ "type": "git",
"url": "https://git.jolheiser.com/bennet.git"
}
},
- "beszel": {
- "locked": {
- "lastModified": 1742939577,
- "narHash": "sha256-uia88Accp/sOZk5C0PMBQsImDE6KJ1J/hyM7W/58cnA=",
- "owner": "nixos",
- "repo": "nixpkgs",
- "rev": "3755166bcb88619f292c885831cfef6485fff014",
- "type": "github"
- },
- "original": {
- "owner": "nixos",
- "repo": "nixpkgs",
- "rev": "3755166bcb88619f292c885831cfef6485fff014",
- "type": "github"
- }
- },
"blog": {
"inputs": {
"nixpkgs": "nixpkgs_2"
@@ -436,11 +420,11 @@ }
},
"nixpkgs_13": {
"locked": {
- "lastModified": 1758198701,
- "narHash": "sha256-7To75JlpekfUmdkUZewnT6MoBANS0XVypW6kjUOXQwc=",
+ "lastModified": 1762977756,
+ "narHash": "sha256-4PqRErxfe+2toFJFgcRKZ0UI9NSIOJa+7RXVtBhy4KE=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "0147c2f1d54b30b5dd6d4a8c8542e8d7edf93b5d",
+ "rev": "c5ae371f1a6a7fd27823bc500d9390b38c05fa55",
"type": "github"
},
"original": {
@@ -742,7 +726,6 @@ "root": {
"inputs": {
"agenix": "agenix",
"bennet": "bennet",
- "beszel": "beszel",
"blog": "blog",
"cfg-playground": "cfg-playground",
"forge-lines": "forge-lines",
|