feat: write these as modules

This commit is contained in:
Jet Pham 2026-03-10 17:29:15 -07:00
parent 83baab68e0
commit a74e5753fa
No known key found for this signature in database
10 changed files with 323 additions and 311 deletions

View file

@ -38,6 +38,8 @@
{
packages.${system}.default = noisebell-cache;
nixosModules.default = import ./module.nix self;
devShells.${system}.default = craneLib.devShell {
packages = [ pkgs.rust-analyzer ];
};