marleyos/shells/nix/default.nix

10 lines
117 B
Nix
Raw Normal View History

2024-11-17 16:29:23 -08:00
{ mkShell, pkgs, ... }:
mkShell {
packages = with pkgs; [
nixfmt-rfc-style
nil
statix
manix
];
}