Say hello to our brand-new Haskell infrastructure.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
|
||||
overrideCabal = drv: f: drv.override (args: args // {
|
||||
mkDerivation = drv: args.mkDerivation (drv // f drv);
|
||||
});
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user