all repos — nix-packages @ fa0ffd25e45eefa41121bf80fcdbdf512906abbb

My personal collection of packages for nix

reformat all

Alan Pearce
commit

fa0ffd25e45eefa41121bf80fcdbdf512906abbb

parent

a19e604102752842402fab33704b6a26ef73bd47

1 file changed, 4 insertions(+), 4 deletions(-)

changed files
M pkgs/dirstat-rs/default.nixpkgs/dirstat-rs/default.nix
@@ -1,7 +1,7 @@
-{ lib -, rustPlatform -, fetchFromGitHub -, +{ + lib, + rustPlatform, + fetchFromGitHub, }: rustPlatform.buildRustPackage rec {