about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-01-28 14:55:10 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-01-28 14:55:10 +0100
commit48e3ced43a732abcb49721ac5cfbfc23ab2b2469 (patch)
tree4ee4210d06f270c443591da7a74032a664f06316 /machines
parent725a17006d9bc4c000f2c07b8de6ae193316e8bf (diff)
machines/katara: Fix evaluation error
The attribute "diffoscopes" doesn't exist in <nixpkgs> and should be
"diffoscope" (without "s").

Evaluation tested with:

nix-instantiate release.nix -A machines.profpatsch.katara

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/katara.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index d62dbcdf..66ebab1e 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -76,7 +76,7 @@ in {
       systemPkgs = [
         atool             # archive tools
         curl              # transfer data to/from a URL
-        diffoscopes       # diff whole filetrees (and archives)
+        diffoscope        # diff whole filetrees (and archives)
         dos2unix          # text file conversion
         fdupes            # file duplicate finder
         file              # file information