flake: Add kubeseal

This commit is contained in:
Florian RICHER 2025-04-14 15:06:58 +02:00
parent ff59e7977e
commit b601e27efc
2 changed files with 7 additions and 4 deletions

View file

@ -2,7 +2,7 @@
description = "Environnement de développement pour kubernetes pour apprendre";
inputs = {
nixpkgs.url = "nixpkgs";
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
flake-utils.url = "github:numtide/flake-utils";
};
@ -22,6 +22,7 @@
docker-machine-kvm2 # Required for run on NixOS
sops
helm
kubeseal
];
};
};