diff --git a/flake.nix b/flake.nix index 4d11ba3..59cf9db 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "My Advent of Code solutions"; + description = "Advent of Code answers"; inputs = { futils = {