mirror of
https://github.com/davegallant/nix-config
synced 2025-08-08 01:42:28 +00:00
Add nixpkgs-fmt, firefox-dev, and cargo config (#18)
This commit is contained in:
@@ -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 {
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user