summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorpacien2022-11-29 20:36:27 +0100
committerpacien2022-11-29 20:36:27 +0100
commitf1b105571b35b72f5f32c6e2e9c645580b17c0bc (patch)
treea21343a364fef24a8f48c842960367bb449be8d1 /flake.lock
parent60f95da08b900a8a2445cdd49069b607221b2ade (diff)
downloadmarkdown-course-website-f1b105571b35b72f5f32c6e2e9c645580b17c0bc.tar.gz
flake: add nix flake with tools
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock59
1 files changed, 59 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..aecdadf
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,59 @@
1{
2 "nodes": {
3 "flake-utils": {
4 "locked": {
5 "lastModified": 1667395993,
6 "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
7 "owner": "numtide",
8 "repo": "flake-utils",
9 "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
10 "type": "github"
11 },
12 "original": {
13 "owner": "numtide",
14 "repo": "flake-utils",
15 "type": "github"
16 }
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 },
33 "nixpkgs": {
34 "locked": {
35 "lastModified": 1668632372,
36 "narHash": "sha256-Bg0S/+hGLHY7n19+pc0UuxTfkhKwdIAQkt/hpkXnXJ4=",
37 "owner": "NixOS",
38 "repo": "nixpkgs",
39 "rev": "a0297ff0e78388da3785df96b9c4a43e72cc071f",
40 "type": "github"
41 },
42 "original": {
43 "owner": "NixOS",
44 "ref": "a0297ff",
45 "repo": "nixpkgs",
46 "type": "github"
47 }
48 },
49 "root": {
50 "inputs": {
51 "flake-utils": "flake-utils",
52 "flaky-utils": "flaky-utils",
53 "nixpkgs": "nixpkgs"
54 }
55 }
56 },
57 "root": "root",
58 "version": 7
59}