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 428b2339976093d33ed763321eb7268c58e1afca..204187e1c5c3d8acef815d86527744d2fa26108c 100644
--- a/flake.lock
+++ b/flake.lock
@@ -106,26 +106,6 @@ "type": "git",
"url": "https://git.jolheiser.com/cfg.git"
}
},
- "dagger": {
- "inputs": {
- "nixpkgs": [
- "nixpkgs"
- ]
- },
- "locked": {
- "lastModified": 1719271701,
- "narHash": "sha256-KPPuK8Yq7QP/bmD97Ojn2SainL2KUEnWKp4WpCK0pwM=",
- "owner": "dagger",
- "repo": "nix",
- "rev": "08aa7a30f2cd6ae56a02f6a489485cd15a92313e",
- "type": "github"
- },
- "original": {
- "owner": "dagger",
- "repo": "nix",
- "type": "github"
- }
- },
"flake-compat": {
"flake": false,
"locked": {
@@ -544,7 +524,6 @@ "agenix": "agenix",
"bennet": "bennet",
"blog": "blog",
"cfg": "cfg",
- "dagger": "dagger",
"flake-utils": "flake-utils",
"gist": "gist",
"git-age": "git-age",
|