buildah: migrate to by-name

This commit is contained in:
Guy Chronister
2025-11-10 16:46:32 +00:00
parent 26fae4b80e
commit ca5ee04c40
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
);