Flake update, add musnix for music production

This commit is contained in:
xmm16 2024-12-13 23:03:07 -03:00
commit 663afb55aa
No known key found for this signature in database
3 changed files with 46 additions and 5 deletions

View file

@ -13,6 +13,11 @@
repo = "nyx";
ref = "nyxpkgs-unstable";
};
musnix = {
type = "github";
owner = "musnix";
repo = "musnix";
};
flake-parts = {
type = "github";
owner = "hercules-ci";