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