aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorCan2024-12-11 21:50:47 +0100
committerCan2024-12-11 21:50:47 +0100
commitc907ca3755bc88400b0a0bb8d5e49944f0064496 (patch)
tree6b0a886ae06fe5db0b20b1f973edafe7ec3d3c26 /flake.nix
parent874f4f45d6a2dec3be5c9fd593de92cd504e3994 (diff)
feat: changes to the nix file as requested
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)