diff options
| author | Zhong Jianxin <azuwis@gmail.com> | 2021-11-06 11:35:28 +0800 |
|---|---|---|
| committer | Zhong Jianxin <azuwis@gmail.com> | 2021-11-07 19:53:32 +0800 |
| commit | 056d880f90dc1e1a89ea5f349b6408337397650d (patch) | |
| tree | f8a8068964df2e946ff755a9a55981cd184d3f65 /pkgs/development/python-modules/rangehttpserver | |
| parent | 4789953e5c1ef6d10e3ff437e5b7ab8eed526942 (diff) | |
helmfile: Stop prefixing PATH with kubernetes-helm
So helmfile will work with helm plugins wrapped by pkgs.wrapHelm:
```
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.flake-utils.url = "github:numtide/flake-utils";
outputs = { self, nixpkgs, flake-utils }:
flake-utils.lib.eachDefaultSystem (system: let
pkgs = nixpkgs.legacyPackages.${system};
helm = pkgs.wrapHelm pkgs.kubernetes-helm {
plugins = with pkgs.kubernetes-helmPlugins; [
helm-diff helm-secrets
];
};
in {
devShell = pkgs.mkShell {
nativeBuildInputs = [
helm
pkgs.helmfile
];
};
});
}
```
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions
