haskell-modules/default.nix: this line of code is invalid but wasn't causing harm thanks to non-strictness

This commit is contained in:
obadz 2015-08-05 20:42:33 +01:00
parent 2f97de9191
commit 23f5a23ec7

View File

@ -3,8 +3,6 @@
, overrides ? (self: super: {})
}:
with ./lib.nix;
let
fix = f: let x = f x // { __unfix__ = f; }; in x;