.files/nix/environments/nix.nix

11 lines
108 B
Nix

{
buildEnv,
#
nixfmt-rfc-style,
}:
buildEnv {
name = "nix";
paths = [
nixfmt-rfc-style
];
}