aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2022-12-09 00:15:58 -0500
committerXe Iaso <me@christine.website>2022-12-09 00:15:58 -0500
commite8d057aae475e4b2d1f078db0bf3d9f3b135f222 (patch)
treed9e20f3f019da984e643fb65399bec0b950df085 /flake.lock
parent3f0754ab6a7ae0810db3f0f0201a99c194cc5d06 (diff)
downloadxesite-e8d057aae475e4b2d1f078db0bf3d9f3b135f222.tar.xz
xesite-e8d057aae475e4b2d1f078db0bf3d9f3b135f222.zip
use deno2nix to build the frontend, prepare wasi executor shitpost
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock69
1 files changed, 68 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index 7e0fc62..2413879 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,5 +1,55 @@
{
"nodes": {
+ "deno2nix": {
+ "inputs": {
+ "devshell": "devshell",
+ "flake-compat": "flake-compat",
+ "flake-utils": [
+ "flake-utils"
+ ],
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1670562741,
+ "narHash": "sha256-13PVEXOYrbsGn05bIp/WWhG6lREgfcQtRTQU9Jd4g8w=",
+ "owner": "Xe",
+ "repo": "deno2nix",
+ "rev": "db3563f20f74eab34e2c268e2a159325df315085",
+ "type": "github"
+ },
+ "original": {
+ "owner": "Xe",
+ "repo": "deno2nix",
+ "type": "github"
+ }
+ },
+ "devshell": {
+ "inputs": {
+ "flake-utils": [
+ "deno2nix",
+ "flake-utils"
+ ],
+ "nixpkgs": [
+ "deno2nix",
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1667210711,
+ "narHash": "sha256-IoErjXZAkzYWHEpQqwu/DeRNJGFdR7X2OGbkhMqMrpw=",
+ "owner": "numtide",
+ "repo": "devshell",
+ "rev": "96a9dd12b8a447840cc246e17a47b81a4268bba7",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "devshell",
+ "type": "github"
+ }
+ },
"flake-compat": {
"flake": false,
"locked": {
@@ -16,6 +66,22 @@
"type": "github"
}
},
+ "flake-compat_2": {
+ "flake": false,
+ "locked": {
+ "lastModified": 1668681692,
+ "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=",
+ "owner": "edolstra",
+ "repo": "flake-compat",
+ "rev": "009399224d5e398d03b22badca40a37ac85412a1",
+ "type": "github"
+ },
+ "original": {
+ "owner": "edolstra",
+ "repo": "flake-compat",
+ "type": "github"
+ }
+ },
"flake-utils": {
"locked": {
"lastModified": 1667395993,
@@ -68,7 +134,8 @@
},
"root": {
"inputs": {
- "flake-compat": "flake-compat",
+ "deno2nix": "deno2nix",
+ "flake-compat": "flake-compat_2",
"flake-utils": "flake-utils",
"naersk": "naersk",
"nixpkgs": "nixpkgs"