mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-26 09:46:04 +03:00
fix(pip): don't import nixpkgs-overrides by default
This commit is contained in:
parent
3f47ac7490
commit
6aecad7ef7
@ -38,6 +38,7 @@
|
||||
}: {config, ...}: {
|
||||
imports = [
|
||||
commonModule
|
||||
../nixpkgs-overrides
|
||||
];
|
||||
config = {
|
||||
inherit name version;
|
||||
@ -48,7 +49,6 @@
|
||||
imports = [
|
||||
dream2nix.modules.drv-parts.mkDerivation
|
||||
../buildPythonPackage
|
||||
../nixpkgs-overrides
|
||||
];
|
||||
config = {
|
||||
deps = {nixpkgs, ...}:
|
||||
|
Loading…
Reference in New Issue
Block a user