From ed4025b2ae17b59ffc27f48da63d6b5e72ed0627 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 25 Mar 2022 18:32:23 -0300 Subject: configuration.nix: Indent with spaces instead of tabs --- configuration.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/configuration.nix b/configuration.nix index ceaad827..bcadbf7d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -118,17 +118,17 @@ in { ''; }); timidity-with-more-formats = pkgs.timidity.overrideAttrs (oldAttrs: { - configureFlags = oldAttrs.configureFlags ++ [ "--enable-audio=vorbis,flac" ]; - buildInputs = oldAttrs.buildInputs ++ (with pkgs; [ libogg libvorbis flac ]); + configureFlags = oldAttrs.configureFlags ++ [ "--enable-audio=vorbis,flac" ]; + buildInputs = oldAttrs.buildInputs ++ (with pkgs; [ libogg libvorbis flac ]); }); mktorrent-latest = pkgs.mktorrent.overrideAttrs (oldAttrs: rec { - version = "de7d011b35458de1472665f50b96c9cf6c303f39"; + version = "de7d011b35458de1472665f50b96c9cf6c303f39"; src = pkgs.fetchFromGitHub { - owner = "Rudde"; - repo = "mktorrent"; - rev = version; - sha256 = "1gsky1ijxrfsw07lvfjw4annjkdfpmnp8nnddi1wakbzqn6v5dwq"; - }; + owner = "Rudde"; + repo = "mktorrent"; + rev = version; + sha256 = "1gsky1ijxrfsw07lvfjw4annjkdfpmnp8nnddi1wakbzqn6v5dwq"; + }; }); in with pkgs; -- cgit v1.3