aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock24
1 files changed, 20 insertions, 4 deletions
diff --git a/flake.lock b/flake.lock
index 45b4c6d..cef6a3f 100644
--- a/flake.lock
+++ b/flake.lock
@@ -15,18 +15,33 @@
15 "type": "github" 15 "type": "github"
16 } 16 }
17 }, 17 },
18 "flaky-utils": {
19 "locked": {
20 "lastModified": 1668472805,
21 "narHash": "sha256-hjRe8QFh2JMo9u6AaxQNGWfDWZxk3psULmPglqsjsLk=",
22 "ref": "master",
23 "rev": "c3f9daf4ec56276e040bc33e29c7eeaf1b99d91c",
24 "revCount": 33,
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": 1669853768,
21 "narHash": "sha256-oPEjHKGGVbBXqwwL+UjsveJzghWiWV0n9ogo1X6l4cw=", 36 "narHash": "sha256-hIrUOoQ1/Da5kFKRfubQK9jK/DfJK3mkjiS8/ptuX6g=",
22 "owner": "NixOS", 37 "owner": "NixOS",
23 "repo": "nixpkgs", 38 "repo": "nixpkgs",
24 "rev": "2da64a81275b68fdad38af669afeda43d401e94b", 39 "rev": "445f2646b373100600f3463f28bc7656e0e82384",
25 "type": "github" 40 "type": "github"
26 }, 41 },
27 "original": { 42 "original": {
28 "owner": "NixOS", 43 "owner": "NixOS",
29 "ref": "nixos-unstable", 44 "ref": "445f264",
30 "repo": "nixpkgs", 45 "repo": "nixpkgs",
31 "type": "github" 46 "type": "github"
32 } 47 }
@@ -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 }