diff --git a/.gitignore b/.gitignore index 8e0c70c..96ab3d6 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ dist # when working with contributors package-lock.json yarn.lock + +# Nix +.direnv diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..073360b --- /dev/null +++ b/flake.lock @@ -0,0 +1,42 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1655729057, + "narHash": "sha256-/oInREPgut3g1EeUBQj9940h7Zh/NLaSmME7VJH06VI=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "ab4868bf49da1633ed1db14c6df803098cca1290", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs", + "utils": "utils" + } + }, + "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" + } + } + }, + "root": "root", + "version": 7 +}