Commit ce3915d3bd67
Changed files (2)
systems
hosts
users
vincent
containers
systems/hosts/foo.flake.nix
@@ -43,7 +43,7 @@ in
laptop.enable = true;
};
- environment.systemPackages = with pkgs; [ tkn nyxt ];
+ environment.systemPackages = with pkgs; [ tektoncd-cli nyxt ];
/*
profiles = {
desktop.i3.enable = true;
users/vincent/containers/tekton.nix
@@ -2,7 +2,7 @@
{
home.packages = with pkgs; [
- my.tkn
+ tektoncd-cli
my.tkn_oci
];
}