home

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

commit 4ee6678e4c6c6c4e1da8683f6d2ae467b35aabff
parent 9046efda4f34559ef8d53baba26dd1895017677e
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 29 Jan 2024 14:58:25 +0100

Remove usuned act and nerdctl tools…

… I can always use envrc to have them "locally".

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

Diffstat:
Musers/vincent/containers/default.nix | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/users/vincent/containers/default.nix b/users/vincent/containers/default.nix @@ -8,8 +8,8 @@ home.packages = with pkgs; [ skopeo my.manifest-tool - nerdctl - act + # nerdctl + # act oras # dagger – Remove due to trademark issues : https://github.com/NixOS/nixpkgs/issues/260848, will have to package myself ];