marleyos/shells/nix.nix

8 lines
103 B
Nix

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