nixfmt with rfc style

This commit is contained in:
Jon Gjengset
2024-08-19 16:22:12 +02:00
parent dac849b163
commit 2aaf216245
@@ -46,7 +46,10 @@ in
stdenv.mkDerivation {
inherit pname version;
outputs = [ "out" "demos" ] ++ lib.optionals pythonSupport [ "dist" ];
outputs = [
"out"
"demos"
] ++ lib.optionals pythonSupport [ "dist" ];
src = fetchFromGitHub {
owner = "facebookresearch";