aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2021-07-29 23:10:02 +0200
committerpacien2021-07-29 23:10:02 +0200
commit23fd3609294f6e8a16b6351f1b27f5b6dd2dcc89 (patch)
tree9e76f583fe4a04f6ba9b618c7dd877412957d8ca
parent07a5b7d436d9be68a3c04e3584777e8ab6eac016 (diff)
downloaduge_l2_rdbms_python_proto-23fd3609294f6e8a16b6351f1b27f5b6dd2dcc89.tar.gz
flake: add flake lock file to freeze inputs
-rw-r--r--flake.lock43
1 files changed, 43 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..8345b27
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,43 @@
1{
2 "nodes": {
3 "flake-utils": {
4 "locked": {
5 "lastModified": 1623875721,
6 "narHash": "sha256-A8BU7bjS5GirpAUv4QA+QnJ4CceLHkcXdRp4xITDB0s=",
7 "owner": "numtide",
8 "repo": "flake-utils",
9 "rev": "f7e004a55b120c02ecb6219596820fcd32ca8772",
10 "type": "github"
11 },
12 "original": {
13 "owner": "numtide",
14 "repo": "flake-utils",
15 "type": "github"
16 }
17 },
18 "nixpkgs": {
19 "locked": {
20 "lastModified": 1627327478,
21 "narHash": "sha256-7QpA64xOnRB5lIrN2HMaBlJdOk+QE9bHZwkFwGfWY6E=",
22 "owner": "pacien",
23 "repo": "nixpkgs",
24 "rev": "3faf31d81ba50d58006ac07bf5065ebab23f85d5",
25 "type": "github"
26 },
27 "original": {
28 "owner": "pacien",
29 "ref": "3faf31d",
30 "repo": "nixpkgs",
31 "type": "github"
32 }
33 },
34 "root": {
35 "inputs": {
36 "flake-utils": "flake-utils",
37 "nixpkgs": "nixpkgs"
38 }
39 }
40 },
41 "root": "root",
42 "version": 7
43}