marleyos/shells/nix.nix

8 lines
92 B
Nix

{ pkgs, ... }:
{
languages.nix.enable = true;
packages = [
nixfmt-rfc-style
];
}