home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 8385ad835f6cada1a607de27bd6f31489cf73698
parent 390604e4eec20db0096d827036591ca1f9e279f4
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon,  7 Oct 2024 23:08:51 +0200

users/vincent: add pyaml python lib.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/containers/tekton.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/users/vincent/containers/tekton.nix b/users/vincent/containers/tekton.nix @@ -9,5 +9,6 @@ tkn-local rekor-cli cosign + python312Packages.pyaml ]; }