mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-24 17:55:37 +00:00
more shell requirements for dotfiles
This commit is contained in:
parent
0fb8bf410c
commit
30711aa05c
@ -1,5 +1,10 @@
|
|||||||
# Environment with formatting tools for editing these files
|
# Environment with formatting tools for editing these files
|
||||||
{ pkgs ? import <nixpkgs> { } }:
|
{ pkgs ? import <nixpkgs> { } }:
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
nativeBuildInputs = [ pkgs.buildPackages.stylua pkgs.buildPackages.nixfmt ];
|
nativeBuildInputs = [
|
||||||
|
pkgs.buildPackages.stylua
|
||||||
|
pkgs.buildPackages.nixfmt
|
||||||
|
pkgs.buildPackages.shfmt
|
||||||
|
pkgs.buildPackages.shellcheck
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user