forked from mirrors/nixpkgs
haskellPackages.nixfmt: Unbreak
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
parent
3cb572ef29
commit
e9f89e0fb6
|
@ -1444,4 +1444,7 @@ self: super: {
|
|||
})
|
||||
];
|
||||
|
||||
# https://github.com/serokell/nixfmt/pull/62
|
||||
nixfmt = doJailbreak super.nixfmt;
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
|
|
@ -7813,7 +7813,6 @@ broken-packages:
|
|||
- nix-eval
|
||||
- nix-freeze-tree
|
||||
- nix-tools
|
||||
- nixfmt
|
||||
- nixfromnpm
|
||||
- nixpkgs-update
|
||||
- nkjp
|
||||
|
|
Loading…
Reference in a new issue