marleyos/shells/nix.nix

9 lines
103 B
Nix
Raw Normal View History

2024-11-14 18:08:36 +00:00
{ pkgs, ... }:
{
languages.nix.enable = true;
2024-11-15 00:33:46 +00:00
packages = with pkgs; [
2024-11-14 18:08:36 +00:00
nixfmt-rfc-style
];
}