NixosConfig/shell.nix
2026-02-28 19:59:52 +00:00

9 lines
No EOL
156 B
Nix

{pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [
deadnix
statix
treefmt
nixfmt-rfc-style
];
}