aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-06-09 16:48:46 +0530
committerAkshay Nair <phenax5@gmail.com>2026-06-09 16:48:46 +0530
commit133dacf4770c4a77c68caa7a994c76bc2f09c08b (patch)
treea0eea396ba33e784ba4ecfedd216bd306c7ee3e3 /flake.nix
parentafaf82538d09cd77ee4f5a435b79995e88be84f5 (diff)
downloadsqlite-creative-coding-133dacf4770c4a77c68caa7a994c76bc2f09c08b.tar.gz
sqlite-creative-coding-133dacf4770c4a77c68caa7a994c76bc2f09c08b.zip
Add audio generation + mario theme
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 9aeb3e2..17276e7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -19,6 +19,7 @@
buildInputs = with pkgs; [
imagemagick
sqlite
+ unixtools.xxd
];
};
}