8 lines
103 B
Nix
8 lines
103 B
Nix
{ mkShell }:
|
|
mkShell {
|
|
buildInputs = with import <nixpkgs> {}; [
|
|
nil
|
|
nixfmt-rfc-style
|
|
];
|
|
}
|