feat: write these as modules
This commit is contained in:
parent
83baab68e0
commit
a74e5753fa
10 changed files with 323 additions and 311 deletions
|
|
@ -38,6 +38,8 @@
|
|||
{
|
||||
packages.${system}.default = noisebell-cache;
|
||||
|
||||
nixosModules.default = import ./module.nix self;
|
||||
|
||||
devShells.${system}.default = craneLib.devShell {
|
||||
packages = [ pkgs.rust-analyzer ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue