diff options
author | Joris | 2023-02-07 18:38:44 +0100 |
---|---|---|
committer | Joris | 2023-02-07 18:38:44 +0100 |
commit | d0431c7f81e20dfb77a6fe154292d6b06f433984 (patch) | |
tree | 51689a11757be4eeb7f131e6dd78f4f71f4c006f /flake.lock | |
parent | 76268b9f5a1b7fcb43c614387ee78106abfc6fb2 (diff) |
Init version
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..9f5bc7d --- /dev/null +++ b/flake.lock @@ -0,0 +1,42 @@ +{ + "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": 1675024979, + "narHash": "sha256-XGNts6Ku8DipMSI3o1sXPunXNewKHfzh21CqeYPXzog=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "87c5f6725442ab846b8a6719e63a0f079627c884", + "type": "github" + }, + "original": { + "owner": "nixos", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |