7 lines
118 B
Nix
7 lines
118 B
Nix
{ lib, pkgs }:
|
|
|
|
{
|
|
# https://github.com/NixOS/rfcs/pull/166
|
|
formatter = pkgs.nixfmt-rfc-style;
|
|
packages = { };
|
|
}
|