Bump flake.lock, deno 1.34.3, lume 1.18.0
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

pull/3/head
teutat3s 2023-07-03 00:38:32 +02:00
parent 02336befe7
commit 289db44767
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
9 changed files with 324 additions and 1237 deletions

View File

@ -1,3 +1,5 @@
tags
.direnv
./_site
./deploy.sh
./Dockerfile

View File

@ -4,7 +4,7 @@ name: check-build
steps:
- name: check
image: denoland/deno:alpine-1.30.3
image: denoland/deno:alpine-1.34.3
commands:
- ./build.sh
when:

View File

@ -1,4 +1,4 @@
FROM denoland/deno:alpine-1.30.3 as build-stage
FROM denoland/deno:alpine-1.34.3 as build-stage
WORKDIR /app

View File

@ -8,6 +8,3 @@ deno task build
# Put fonts in place
cp -r ./fonts ./_site/
# Clean up
rm -rf ./_site/README

View File

@ -1,8 +1,10 @@
{
"importMap": "import_map.json",
"tasks": {
"lume:fresh": "echo \"import 'lume/cli.ts'\" | deno run --lock-write --lock=deno.lock --unstable -A -",
"lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable -A -",
"build": "deno task lume",
"build:fresh": "deno task lume:fresh",
"serve": "deno task lume -s"
},
"compilerOptions": {

1476
deno.lock

File diff suppressed because it is too large Load Diff

View File

@ -2,19 +2,17 @@
"nodes": {
"devshell": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
],
"systems": "systems"
},
"locked": {
"lastModified": 1677411038,
"narHash": "sha256-pxUh5tQozXw7ohX6mc7EhUriFR/kqWMnVS1fdohfKBs=",
"lastModified": 1687944744,
"narHash": "sha256-4ZtRVG/5yWHPZpkit1Ak5Mo1DDnkx1AG1HpNu/P+n5U=",
"owner": "numtide",
"repo": "devshell",
"rev": "7389b00da0c6b0e58aa514a239f4b08086d2a164",
"rev": "3864857b2754ab0e16c7c7c626f0e5a1d4e42f38",
"type": "github"
},
"original": {
@ -24,12 +22,15 @@
}
},
"flake-utils": {
"inputs": {
"systems": "systems_2"
},
"locked": {
"lastModified": 1676283394,
"narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=",
"lastModified": 1687709756,
"narHash": "sha256-Y5wKlQSkgEK2weWdOu4J3riRd+kV/VCgHsqLNTTWQ/0=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073",
"rev": "dbabf0ca0c0c4bce6ea5eaf65af5cb694d2082c7",
"type": "github"
},
"original": {
@ -40,11 +41,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1677342105,
"narHash": "sha256-kv1fpkfCJGb0M+LZaCHFUuIS9kRIwyVgupHu86Y28nc=",
"lastModified": 1688231357,
"narHash": "sha256-ZOn16X5jZ6X5ror58gOJAxPfFLAQhZJ6nOUeS4tfFwo=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "b1f87ca164a9684404c8829b851c3586c4d9f089",
"rev": "645ff62e09d294a30de823cb568e9c6d68e92606",
"type": "github"
},
"original": {
@ -62,6 +63,36 @@
"tritonshell-module": "tritonshell-module"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"systems_2": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"tritonshell-module": {
"inputs": {
"devshell": [
@ -75,11 +106,11 @@
]
},
"locked": {
"lastModified": 1675336609,
"narHash": "sha256-PEsx4vXs0jOpnfHrWGDcpirhyEGMCuVo70Zr9KEvN+s=",
"lastModified": 1686817625,
"narHash": "sha256-UUt00+BuPiqBv5it8eG99KLWVa7F392PPt52TPO20Zs=",
"ref": "main",
"rev": "4ce3a32dac5909b09eabcf66761e6e37bf457dcf",
"revCount": 55,
"rev": "c2280bb09683372f2f482bea3a8bd1112cf990e7",
"revCount": 62,
"type": "git",
"url": "https://git.greenbaum.cloud/dev/tritonshell"
},

View File

@ -7,7 +7,6 @@
flake-utils.url = "github:numtide/flake-utils";
devshell.url = "github:numtide/devshell";
devshell.inputs.flake-utils.follows = "flake-utils";
devshell.inputs.nixpkgs.follows = "nixpkgs";
tritonshell-module.url = "git+https://git.greenbaum.cloud/dev/tritonshell?ref=main";
@ -20,7 +19,7 @@
flake-utils.lib.simpleFlake {
inherit self nixpkgs;
name = "miom.space";
preOverlays = [ devshell.overlay ];
preOverlays = [ devshell.overlays.default ];
shell = { pkgs }:
let
google-font-downloader = pkgs.writeShellScriptBin "google-font-downloader" ''

View File

@ -1,7 +1,7 @@
{
"imports": {
"lume/": "https://deno.land/x/lume@v1.15.3/",
"react/jsx-runtime": "https://deno.land/x/lume@v1.15.3/deps/react_runtime.ts",
"react": "https://deno.land/x/lume@v1.15.3/deps/react.ts"
"lume/": "https://deno.land/x/lume@v1.18.0/",
"react/jsx-runtime": "https://deno.land/x/lume@v1.18.0/deps/react_runtime.ts",
"react": "https://deno.land/x/lume@v1.18.0/deps/react.ts"
}
}