diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |