NixOS/shells/nix.nix
2026-02-15 11:10:32 -05:00

11 lines
116 B
Nix

{
pkgs ? import <nixpkgs> { },
}:
pkgs.mkShell {
buildInputs = with pkgs; [
nil
nixd
nixfmt
];
}