/ users / vincent / containers / openshift.nix
openshift.nix
 1  { pkgs, ... }:
 2  
 3  {
 4    home.file.".local/share/applications/chos4.desktop".source = ./chos4.desktop;
 5    home.packages = with pkgs; [
 6      oc
 7      omc
 8      openshift-install
 9      operator-sdk
10      opm
11      my.operator-tool
12    ];
13  }