Commit 4ee6678e4c6c

Vincent Demeester <vincent@sbr.pm>
2024-01-29 14:58:25
Remove usuned act and nerdctl tools…
… I can always use envrc to have them "locally". Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 9046efd
Changed files (1)
users
vincent
containers
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
   ];