pkgs/overlays/unstable-latest: init
this reuses code that was removed in 77ef7434f2
This commit is contained in:
parent
5d9f3332b8
commit
ec91266fcd
3 changed files with 28 additions and 1 deletions
|
@ -15,6 +15,7 @@ let
|
|||
# ../.. should be nix store path that represents self in outputs.nix that is gc-rooted by this point
|
||||
( import ../overlays/selfExpr.nix { nixpkgsPath = "${builtins.toString ../..}/pkgs/top-level/impure.nix"; } )
|
||||
( import ../overlays/unstable-with-meta.nix { unstableSource = inputs.nixpkgs-unstable; revision = inputs.lock.nixpkgs-unstable.revision; } )
|
||||
( import ../overlays/unstable-latest.nix )
|
||||
( import ../overlays/version-info-fixup.nix { inherit inputs; } )
|
||||
( import ./by-name-overlay.nix ../by-name )
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue