Files
2026-03-23 16:18:38 +00:00

8 lines
108 B
Nix

{ mkShell, ... }:
mkShell {
buildInputs = with import <nixpkgs> {}; [
nil
nixfmt-rfc-style
];
}