diff options
author | Aria <me@aria.rip> | 2023-02-03 12:14:41 +0000 |
---|---|---|
committer | Aria <me@aria.rip> | 2023-02-03 12:14:41 +0000 |
commit | a6c9dba25ad9204ebde302728eb2a75532497f37 (patch) | |
tree | a977882c817fb612511cdabce959d4de027c5b22 /flake.lock |
initial commit
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..5f75a9e --- /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": 1675237434, + "narHash": "sha256-YoFR0vyEa1HXufLNIFgOGhIFMRnY6aZ0IepZF5cYemo=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "285b3ff0660640575186a4086e1f8dc0df2874b5", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-22.11", + "type": "indirect" + } + }, + "root": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |