Merge pull request #137 from andrevmatos/fix_nixpkgs_config

fix passing nixpkgs.config if nixpkgs.pkgs.config is present
This commit is contained in:
Gytis Ivaskevicius 2023-10-02 23:00:55 +03:00 committed by GitHub
commit 170d7a3c78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,7 +146,6 @@ let
(if options ? nixpkgs.pkgs then
{
nixpkgs.config = selectedNixpkgs.config;
nixpkgs.pkgs =
# Make sure we don't import nixpkgs again if not
# necessary. We can't use `config.nixpkgs.config`