cachix: move to by-name
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
lib,
|
||||
haskellPackages,
|
||||
}:
|
||||
(lib.getBin haskellPackages.cachix).overrideAttrs (old: {
|
||||
meta = (old.meta or { }) // {
|
||||
mainProgram = old.meta.mainProgram or "cachix";
|
||||
};
|
||||
})
|
||||
@@ -6912,12 +6912,6 @@ with pkgs;
|
||||
c-blosc2
|
||||
;
|
||||
|
||||
cachix = (lib.getBin haskellPackages.cachix).overrideAttrs (old: {
|
||||
meta = (old.meta or { }) // {
|
||||
mainProgram = old.meta.mainProgram or "cachix";
|
||||
};
|
||||
});
|
||||
|
||||
niv = lib.getBin (haskell.lib.compose.justStaticExecutables haskellPackages.niv);
|
||||
|
||||
ormolu = lib.getBin (haskell.lib.compose.justStaticExecutables haskellPackages.ormolu);
|
||||
|
||||
Reference in New Issue
Block a user