9 lines
173 B
Nix
9 lines
173 B
Nix
|
self: super:
|
||
|
|
||
|
let
|
||
|
nixpkgs-master = import <nixpkgs-master> {};
|
||
|
in {
|
||
|
inherit (nixpkgs-master) podman conmon slirp4netns;
|
||
|
posh = self.callPackage ../pkgs/posh.nix {};
|
||
|
}
|