diff options
author | Joris | 2022-09-04 16:21:18 +0200 |
---|---|---|
committer | Joris | 2022-09-04 16:21:18 +0200 |
commit | 0b32b9110dd406ca052cfd7348f0ddd7e35b048e (patch) | |
tree | 11e0da7d61be8d7602c53b95d1738a87b2179dd2 /flake.lock | |
parent | a5f8943c7eecd2048007b53610d7bc1edaa5ac05 (diff) |
Use esbuild to produce JS
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..01f7b38 --- /dev/null +++ b/flake.lock @@ -0,0 +1,42 @@ +{ + "nodes": { + "flake-utils": { + "locked": { + "lastModified": 1659877975, + "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1662299586, + "narHash": "sha256-0zcDRe9eCcHfU7OQiuOZhu5LQR9C9u3XQR/dCJATGu8=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "5518e6aba11f50f0953fa21c7ad6a283c4741b95", + "type": "github" + }, + "original": { + "owner": "nixos", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |