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