pkgs/top-level: allow overrides through by-name
and check for file existence before using path
This commit is contained in:
parent
89b9624031
commit
e95279f45c
3 changed files with 52 additions and 2 deletions
|
@ -16,7 +16,7 @@ let
|
|||
( import ../overlays/selfExpr.nix { nixpkgsPath = "${builtins.toString ../..}/pkgs/top-level/impure.nix"; } )
|
||||
( import ../overlays/unstable.nix )
|
||||
( import ../overlays/version-info-fixup.nix { inherit inputs; } )
|
||||
( import "${inputs.nixpkgs}/pkgs/top-level/by-name-overlay.nix" ../by-name )
|
||||
( import ./by-name-overlay.nix ../by-name )
|
||||
];
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue