diff --git a/flake.nix b/flake.nix index 4972117..d915b78 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ # SPDX-License-Identifier: CC0-1.0 { - description = "My haskell application"; + description = "Conway's Game of Life in Haskell"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs";