forked from M-Labs/nix-scripts
revert accidentally committed part of beee821588
This commit is contained in:
parent
d11f13ce3a
commit
14fe3d5a56
|
@ -1,8 +1,4 @@
|
||||||
{ pkgs ? import <nixpkgs> {
|
{ pkgs ? import <nixpkgs> {}}:
|
||||||
overlays = [ (self: super: {
|
|
||||||
python3 = super.python3.overrideAttrs(oa: { configureFlags = oa.configureFlags ++ ["--enable-optimizations" "--with-lto"]; });
|
|
||||||
}) ];
|
|
||||||
}}:
|
|
||||||
with pkgs;
|
with pkgs;
|
||||||
let
|
let
|
||||||
pythonDeps = import ./pkgs/python-deps.nix { inherit (pkgs) stdenv fetchFromGitHub python3Packages; };
|
pythonDeps = import ./pkgs/python-deps.nix { inherit (pkgs) stdenv fetchFromGitHub python3Packages; };
|
||||||
|
|
Loading…
Reference in New Issue