Branding is important

This commit is contained in:
Nox Sluijtman 2023-08-08 03:45:07 +02:00
parent fe7646ddc0
commit ad0a17b9f8
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
# SPDX-License-Identifier: CC0-1.0 # SPDX-License-Identifier: CC0-1.0
{ {
description = "My haskell application"; description = "A silly battery parser";
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs"; nixpkgs.url = "github:NixOS/nixpkgs";

View file

@ -57,7 +57,7 @@ extra-doc-files: CHANGELOG.md
common warnings common warnings
ghc-options: -Wall ghc-options: -Wall
executable obtuse executable battery
-- Import common warning flags. -- Import common warning flags.
import: warnings import: warnings