diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-11-11 18:38:28 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-11-11 18:38:28 +0100 |
| commit | 056ee77ab2ed3cf488ac9b1b8ac82664948a42a3 (patch) | |
| tree | 54c202aae529c00b86e413aee66bc77f332f2d17 /flake.lock | |
initial ocommit
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..c128a4a --- /dev/null +++ b/flake.lock @@ -0,0 +1,90 @@ +{ + "nodes": { + "data": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs" + }, + "locked": { + "lastModified": 1668186470, + "narHash": "sha256-v1bDqQjsnwPpFgAS7LImXzbDKvydsxCeIeM0AsJgFAw=", + "owner": "qaristote", + "repo": "info", + "rev": "6bdc8dd0c582edcaed9295628956fa966d3c44e3", + "type": "github" + }, + "original": { + "owner": "qaristote", + "repo": "info", + "type": "github" + } + }, + "flake-utils": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_2": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1668086072, + "narHash": "sha256-msFoXI5ThCmhTTqgl27hpCXWhaeqxphBaleJAgD8JYM=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "72d8853228c9758820c39b8659415b6d89279493", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "nixpkgs_2": { + "locked": { + "lastModified": 1668086072, + "narHash": "sha256-msFoXI5ThCmhTTqgl27hpCXWhaeqxphBaleJAgD8JYM=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "72d8853228c9758820c39b8659415b6d89279493", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "root": { + "inputs": { + "data": "data", + "flake-utils": "flake-utils_2", + "nixpkgs": "nixpkgs_2" + } + } + }, + "root": "root", + "version": 7 +} |
