summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-04-27 13:35:58 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-04-27 13:35:58 +0200
commitc07f895ec310f96a6f0795a76c5184a6c3ca40f7 (patch)
tree48f6e1128be3d31a7b380ed5409c1e8ffb3105b5
parentec15b0dfb49af79e13f380719c850194762dec63 (diff)
downloadnixos-c07f895ec310f96a6f0795a76c5184a6c3ca40f7.tar
nixos-c07f895ec310f96a6f0795a76c5184a6c3ca40f7.tar.gz
nixos-c07f895ec310f96a6f0795a76c5184a6c3ca40f7.tar.bz2
nixos-c07f895ec310f96a6f0795a76c5184a6c3ca40f7.tar.xz
nixos-c07f895ec310f96a6f0795a76c5184a6c3ca40f7.zip
typo
-rw-r--r--custom/uucp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix
index 164a5e02..dc2efdac 100644
--- a/custom/uucp.nix
+++ b/custom/uucp.nix
@@ -193,7 +193,7 @@ in {
193 mkdir -p $out/bin 193 mkdir -p $out/bin
194 ln -s ${src} $out/bin/rmail 194 ln -s ${src} $out/bin/rmail
195 ''; 195 '';
196 }); 196 })
197 ]; 197 ];
198 }; 198 };
199} 199}