9 lines
No EOL
156 B
Nix
9 lines
No EOL
156 B
Nix
{pkgs ? import <nixpkgs> {}}:
|
|
pkgs.mkShell {
|
|
nativeBuildInputs = with pkgs.buildPackages; [
|
|
deadnix
|
|
statix
|
|
treefmt
|
|
nixfmt-rfc-style
|
|
];
|
|
} |