diff options
| author | Chris Wells <chris@mathematicaster.org> | 2026-02-08 12:19:55 -0600 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2026-02-08 12:19:55 -0600 |
| commit | 8711224f2fbec7fbf7b0633f3e35fee051e030cb (patch) | |
| tree | 78b5bc4c3eca03b57353ee745006536dd4d05552 /flake.lock | |
| parent | bcc218171696a4830e5d3f173ce86ddb73164433 (diff) | |
| download | main-8711224f2fbec7fbf7b0633f3e35fee051e030cb.tar main-8711224f2fbec7fbf7b0633f3e35fee051e030cb.tar.gz main-8711224f2fbec7fbf7b0633f3e35fee051e030cb.tar.bz2 main-8711224f2fbec7fbf7b0633f3e35fee051e030cb.tar.lz main-8711224f2fbec7fbf7b0633f3e35fee051e030cb.tar.xz main-8711224f2fbec7fbf7b0633f3e35fee051e030cb.tar.zst main-8711224f2fbec7fbf7b0633f3e35fee051e030cb.zip | |
Utilities for adding assets for testing as well as nix script for
building and deploying
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 58 |
1 files changed, 57 insertions, 1 deletions
@@ -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", |
