slight flake update

This commit is contained in:
Thorn Avery 2023-12-02 13:53:07 +11:00
parent 657aac8f57
commit cfe64a1daf

View file

@ -31,6 +31,7 @@
version = "0.0.1";
pname = "tAoC2023";
name = "taoc2023"; # cargo lowercases the name
# ====================
@ -114,7 +115,7 @@
apps.default = flake-utils.lib.mkApp {
drv = my-crate;
name = "taoc2023";
inherit name;
};
devShells.default = pkgs.mkShell {