aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock16
1 files changed, 16 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index 45b4c6d..48222a4 100644
--- a/flake.lock
+++ b/flake.lock
@@ -15,6 +15,21 @@
15 "type": "github" 15 "type": "github"
16 } 16 }
17 }, 17 },
18 "flaky-utils": {
19 "locked": {
20 "lastModified": 1668221526,
21 "narHash": "sha256-cUtnjzEIgnfohdb0UhPU0ZVYyJ9USQhUwnEXexLlMNc=",
22 "ref": "master",
23 "rev": "bfa3be010c8c90f1bd0326747b9b424535381bb2",
24 "revCount": 11,
25 "type": "git",
26 "url": "https://cgit.pacien.net/libs/flaky-utils"
27 },
28 "original": {
29 "type": "git",
30 "url": "https://cgit.pacien.net/libs/flaky-utils"
31 }
32 },
18 "nixpkgs": { 33 "nixpkgs": {
19 "locked": { 34 "locked": {
20 "lastModified": 1662019588, 35 "lastModified": 1662019588,
@@ -34,6 +49,7 @@
34 "root": { 49 "root": {
35 "inputs": { 50 "inputs": {
36 "flake-utils": "flake-utils", 51 "flake-utils": "flake-utils",
52 "flaky-utils": "flaky-utils",
37 "nixpkgs": "nixpkgs" 53 "nixpkgs": "nixpkgs"
38 } 54 }
39 } 55 }