mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-02 18:42:04 +00:00
refactor(nix): devShell inited in shell.nix and information about added in README.md
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
alejandra,
|
||||
statix,
|
||||
deadnix,
|
||||
shfmt,
|
||||
shellcheck,
|
||||
jsonfmt,
|
||||
lefthook,
|
||||
kdePackages,
|
||||
mkShellNoCC,
|
||||
}:
|
||||
mkShellNoCC {
|
||||
#it's faster than mkDerivation / mkShell
|
||||
packages = [
|
||||
# nix
|
||||
alejandra # formatter
|
||||
statix # linter
|
||||
deadnix # linter
|
||||
|
||||
# shell
|
||||
shfmt # formatter
|
||||
shellcheck # linter
|
||||
|
||||
# json
|
||||
jsonfmt # formatter
|
||||
|
||||
# CoC
|
||||
lefthook # githooks
|
||||
kdePackages.qtdeclarative # qmlfmt, qmllint, qmlls and etc; Qt6
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user