NixosConfig/shell.nix
2026-02-28 20:03:22 +00:00

11 lines
163 B
Nix

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