marleyos/old/shells/nix.nix
2024-11-15 17:45:23 -08:00

8 lines
103 B
Nix

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