Commit 968091aa8efb

Vincent Demeester <vincent@sbr.pm>
2019-02-28 09:42:11
programs.podman: add podman and buildah as package
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 84f8af7
Changed files (1)
modules
programs
modules/programs/podman.nix
@@ -16,7 +16,7 @@ in
   };
   config = mkIf cfg.enable {
     # FIXME(vdemeester) package podman and conmon in nixpkgs
-    home.packages = with pkgs; [ nur.repos.vdemeester.slirp4netns ];
+    home.packages = with pkgs; [ nur.repos.vdemeester.slirp4netns podman buildah ];
     xdg.configFile."containers/libpod.conf".text = ''
       image_default_transport = "docker://"
       runtime_path = ["/run/current-system/sw/bin/runc"]