Package the site with nix

This commit is contained in:
SebastianStork 2025-10-22 22:11:24 +02:00
parent bd9f0f3960
commit 7dbc1edaf1
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
2 changed files with 18 additions and 5 deletions

4
flake.lock generated
View file

@ -1,6 +1,6 @@
{
"nodes": {
"linkita": {
"kita": {
"flake": false,
"locked": {
"lastModified": 1761155460,
@ -34,7 +34,7 @@
},
"root": {
"inputs": {
"linkita": "linkita",
"kita": "kita",
"nixpkgs": "nixpkgs",
"treefmt": "treefmt"
}