diff options
Diffstat (limited to 'ripple/nix/default.nix')
-rw-r--r-- | ripple/nix/default.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ripple/nix/default.nix b/ripple/nix/default.nix index 590aec6..d4edeef 100644 --- a/ripple/nix/default.nix +++ b/ripple/nix/default.nix @@ -7,14 +7,6 @@ in import sources.nixpkgs { (final: prev: { # This was not available in nixpkgs at the time of writing. naersk = final.callPackage sources.naersk {}; - - rustfmt = prev.rustfmt.overrideAttrs ({ patches ? [], ... }: { - patches = patches ++ [ - # Adds an option variant that merges all use statements into a single block. - # Taken from https://github.com/rust-lang/rustfmt/pull/4680 - ./Implement-One-option-for-imports_granularity-4669.patch - ]; - }); }) ]; } |