all repos — homestead @ 2badc3b01a19b60e21dd7b6d812de1ed5505d82f

Code for my website

Build docker image

Alan Pearce
commit

2badc3b01a19b60e21dd7b6d812de1ed5505d82f

parent

28bc0ad06a98be9d5b0ccf961e6b6a237fee7a9a

1 file changed, 16 insertions(+), 0 deletions(-)

changed files
M flake.lockflake.lock
@@ -34,6 +34,21 @@ "repo": "flake-utils",
"type": "github" } }, + "flockenzeit": { + "locked": { + "lastModified": 1671185345, + "narHash": "sha256-+5IWi+iJAYcRxvLN15hKO2hVwNokfN3U+lvWf/zFtCg=", + "owner": "balsoft", + "repo": "Flockenzeit", + "rev": "90abba65671690d95b5d28ce6dd8de7959aa1339", + "type": "github" + }, + "original": { + "owner": "balsoft", + "repo": "Flockenzeit", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1681124868,
@@ -54,6 +69,7 @@ "root": {
"inputs": { "flake-compat": "flake-compat", "flake-utils": "flake-utils", + "flockenzeit": "flockenzeit", "nixpkgs": "nixpkgs" } },