aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index fe7c09f..de47cfa 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,6 +1,6 @@
{
## TODO: Change to your project's description:
- description = "Nix template for Effekt projects";
+ description = "Effekt8: Chip8 emulator in Effekt";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
@@ -22,7 +22,7 @@
## Project configuration
# TODO: Change to your project's details:
- pname = "effekt-template"; # package name
+ pname = "effekt8"; # package name
version = "0.1.0"; # package version
mainFile = "src/main.effekt"; # relative path to entrypoint (as a string)
testFiles = [ "src/test.effekt" ]; # relative paths to tests (as a string)