marleyos/shells/nix.nix

9 lines
92 B
Nix
Raw Normal View History

2024-11-14 10:08:36 -08:00
{ pkgs, ... }:
{
languages.nix.enable = true;
packages = [
nixfmt-rfc-style
];
}