Unverified Commit 2aaf2162 authored by Jon Gjengset's avatar Jon Gjengset
Browse files

nixfmt with rfc style

parent dac849b1
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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";