buildah: migrate to by-name (#460387)

This commit is contained in:
Pol Dellaiera
2025-11-10 21:06:59 +00:00
committed by GitHub
3 changed files with 0 additions and 3 deletions
-3
View File
@@ -1759,9 +1759,6 @@ with pkgs;
hash = "sha256-YjIZlWOAc1SzvLWs6z3BNlAvAixrDvdDmHqD9m/uWlw=";
};
buildah = callPackage ../development/tools/buildah/wrapper.nix { };
buildah-unwrapped = callPackage ../development/tools/buildah { };
cabal2nix-unwrapped = haskell.lib.compose.justStaticExecutables (
haskellPackages.generateOptparseApplicativeCompletions [ "cabal2nix" ] haskellPackages.cabal2nix
);