haskell-modules/default.nix: this line of code is invalid but wasn't causing harm thanks to non-strictness
This commit is contained in:
parent
2f97de9191
commit
23f5a23ec7
@ -3,8 +3,6 @@
|
|||||||
, overrides ? (self: super: {})
|
, overrides ? (self: super: {})
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with ./lib.nix;
|
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
fix = f: let x = f x // { __unfix__ = f; }; in x;
|
fix = f: let x = f x // { __unfix__ = f; }; in x;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user