diff options
| author | EuAndreh <eu@euandre.org> | 2022-03-25 18:32:23 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-03-25 18:32:23 -0300 |
| commit | ed4025b2ae17b59ffc27f48da63d6b5e72ed0627 (patch) | |
| tree | 998bc550335d3c4b7b5cb47d9b9c8f8819372f5e | |
| parent | configuration.nix: Enable documention for all modules (diff) | |
| download | dotfiles-ed4025b2ae17b59ffc27f48da63d6b5e72ed0627.tar.gz dotfiles-ed4025b2ae17b59ffc27f48da63d6b5e72ed0627.tar.xz | |
configuration.nix: Indent with spaces instead of tabs
| -rw-r--r-- | configuration.nix | 16 |
1 files 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; |
