fix: makefile and update dependences

This commit is contained in:
Elijah McMorris 2024-09-25 22:11:24 -07:00
parent 47cde83c7a
commit d9803555d1
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
7 changed files with 28 additions and 25 deletions

View file

@ -135,7 +135,8 @@
packages = {
default = my-crate;
inherit my-crate dockerImage;
inherit my-crate
dockerImage;
};
apps.default = flake-utils.lib.mkApp {