Add nixpkgs-fmt, firefox-dev, and cargo config (#18)

This commit is contained in:
Dave Gallant
2020-06-28 20:24:07 -04:00
committed by GitHub
parent babbb5613f
commit c019454376
4 changed files with 15 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
self: super:
rec {
python38 = with super; super.python38.override {};
python38 = with super; super.python38.override { };
pythonPackages = python38.pkgs;
@@ -36,4 +36,3 @@ rec {
};
};
}