feat: added default devshell for yumeami development
This commit is contained in:
parent
72eaed4ccc
commit
d94be55a1e
2 changed files with 19 additions and 0 deletions
|
|
@ -56,5 +56,9 @@
|
|||
title = "yumeami";
|
||||
};
|
||||
};
|
||||
|
||||
alias = {
|
||||
shells.default = "yumeami";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
15
shells/yumeami/default.nix
Normal file
15
shells/yumeami/default.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
pkgs,
|
||||
mkShell,
|
||||
}:
|
||||
mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
lua
|
||||
];
|
||||
|
||||
packages = with pkgs; [
|
||||
alejandra
|
||||
nix-prefetch-scripts
|
||||
stylua
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue