8 lines
173 B
Nix
8 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 {};
|
|
}
|