diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-11-11 18:07:50 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-11-11 18:07:50 +0100 |
| commit | 6bdc8dd0c582edcaed9295628956fa966d3c44e3 (patch) | |
| tree | 3f7d60219690ed8e58d9e9133577a8c49998ca01 /flake.lock | |
| parent | cab79951c38ef1b05dbe38fec857dcb2fffbec82 (diff) | |
add flake lock
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..cd0ce96 --- /dev/null +++ b/flake.lock @@ -0,0 +1,41 @@ +{ + "nodes": { + "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" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1668086072, + "narHash": "sha256-msFoXI5ThCmhTTqgl27hpCXWhaeqxphBaleJAgD8JYM=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "72d8853228c9758820c39b8659415b6d89279493", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "root": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |
