mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-10 18:57:22 +00:00
6 lines
103 B
Nix
6 lines
103 B
Nix
|
{ realPkgs, ... }:
|
||
|
|
||
|
{
|
||
|
nixpkgs.overlays = [ (self: super: { inherit (realPkgs) podman skopeo; }) ];
|
||
|
}
|