added bun flake

This commit is contained in:
2026-05-03 17:37:16 +01:00
parent 79ccd11b5b
commit b0ec23c2c6
2 changed files with 45 additions and 0 deletions

View File

@@ -10,6 +10,10 @@
path = ./rust;
description = "A standard Rust development environment";
};
bun = {
path = ./bun;
description = "Flake for making a bun project";
};
};
};
}