slight flake update
This commit is contained in:
parent
657aac8f57
commit
cfe64a1daf
1 changed files with 2 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue