From 8711224f2fbec7fbf7b0633f3e35fee051e030cb Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Sun, 8 Feb 2026 12:19:55 -0600 Subject: Utilities for adding assets for testing as well as nix script for building and deploying --- flake.lock | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 57 insertions(+), 1 deletion(-) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index c8f0f7e..bd92cc8 100644 --- a/flake.lock +++ b/flake.lock @@ -33,6 +33,21 @@ "type": "github" } }, + "nix-filter_2": { + "locked": { + "lastModified": 1730207686, + "narHash": "sha256-SCHiL+1f7q9TAnxpasriP6fMarWE5H43t25F5/9e28I=", + "owner": "numtide", + "repo": "nix-filter", + "rev": "776e68c1d014c3adde193a18db9d738458cd2ba4", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "nix-filter", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1739120049, @@ -68,7 +83,8 @@ "flake-parts": "flake-parts", "nix-filter": "nix-filter", "nixpkgs": "nixpkgs", - "systems": "systems" + "systems": "systems", + "www-assets": "www-assets" } }, "systems": { @@ -85,6 +101,46 @@ "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" + } + }, + "www-assets": { + "inputs": { + "flake-parts": [ + "flake-parts" + ], + "nix-filter": "nix-filter_2", + "nixpkgs": [ + "nixpkgs" + ], + "systems": "systems_2" + }, + "locked": { + "lastModified": 1770388997, + "narHash": "sha256-eh56UdQY6NlcB8uMwKaMoXdKtKwjIZYQ7z5ZYM7VDQI=", + "ref": "refs/heads/master", + "rev": "7bd883e0316cf1a62395b65ce7f5a2bc13768acb", + "revCount": 6, + "type": "git", + "url": "git://git.mathematicaster.org/www/assets.git" + }, + "original": { + "type": "git", + "url": "git://git.mathematicaster.org/www/assets.git" + } } }, "root": "root", -- cgit v1.2.3