This commit is contained in:
Kiana Sheibani 2022-03-10 10:10:10 -05:00
parent c421110172
commit 6c3742e148

View file

@ -3,7 +3,7 @@
# SPDX-License-Identifier: CC0-1.0 # SPDX-License-Identifier: CC0-1.0
{ {
description = "My haskell application"; description = "Conway's Game of Life in Haskell";
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs"; nixpkgs.url = "github:NixOS/nixpkgs";