diff options
author | Can | 2024-12-11 21:50:47 +0100 |
---|---|---|
committer | Can | 2024-12-11 21:50:47 +0100 |
commit | c907ca3755bc88400b0a0bb8d5e49944f0064496 (patch) | |
tree | 6b0a886ae06fe5db0b20b1f973edafe7ec3d3c26 /flake.nix | |
parent | 874f4f45d6a2dec3be5c9fd593de92cd504e3994 (diff) |
feat: changes to the nix file as requested
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) |