marleyos/old/shells/nix.nix

9 lines
103 B
Nix
Raw Normal View History

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