diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..780aeb1 --- /dev/null +++ b/flake.lock @@ -0,0 +1,92 @@ +{ + "nodes": { + "flake-utils": { + "locked": { + "lastModified": 1653893745, + "narHash": "sha256-0jntwV3Z8//YwuOjzhV2sgJJPt+HY6KhU7VZUL0fKZQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_2": { + "locked": { + "lastModified": 1653893745, + "narHash": "sha256-0jntwV3Z8//YwuOjzhV2sgJJPt+HY6KhU7VZUL0fKZQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1654366296, + "narHash": "sha256-7XkmwoaM9cI2Qk0KJmSM15oW7KYpDWCFeUWOoDa1OKI=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "f1a49956529e0fe9a7fe7efb2f60a80f11c9f81f", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_2": { + "locked": { + "lastModified": 1654366296, + "narHash": "sha256-7XkmwoaM9cI2Qk0KJmSM15oW7KYpDWCFeUWOoDa1OKI=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "f1a49956529e0fe9a7fe7efb2f60a80f11c9f81f", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, + "poetry2nix": { + "inputs": { + "flake-utils": "flake-utils_2", + "nixpkgs": "nixpkgs_2" + }, + "locked": { + "lastModified": 1654364689, + "narHash": "sha256-vKXN+lYyaPR8SX3OUwqdEY0ccZ5PiVugmPKQtbH8QS0=", + "owner": "nix-community", + "repo": "poetry2nix", + "rev": "5ccffe18c3b1ff74cc9a7f69fa614e96c1f768a3", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "poetry2nix", + "type": "github" + } + }, + "root": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs", + "poetry2nix": "poetry2nix" + } + } + }, + "root": "root", + "version": 7 +}