10 lines
91 B
Nix
10 lines
91 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
packages = with pkgs; [
|
|
just
|
|
|
|
nixd
|
|
nixfmt-rfc-style
|
|
];
|
|
}
|