diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-03 23:18:15 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-03 23:18:15 +0200 |
commit | 04f6ce6f060f2f9da80b6975635714403bcc0043 (patch) | |
tree | 4e42a9d76da0d4ac8ec1ac8020dd4860459141f3 | |
parent | 8672bc9a84c122e3dee70494094cb69929c2fa9d (diff) | |
download | nixos-04f6ce6f060f2f9da80b6975635714403bcc0043.tar nixos-04f6ce6f060f2f9da80b6975635714403bcc0043.tar.gz nixos-04f6ce6f060f2f9da80b6975635714403bcc0043.tar.bz2 nixos-04f6ce6f060f2f9da80b6975635714403bcc0043.tar.xz nixos-04f6ce6f060f2f9da80b6975635714403bcc0043.zip |
typo
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -397,7 +397,7 @@ in rec { | |||
397 | } | 397 | } |
398 | 398 | ||
399 | namespace { | 399 | namespace { |
400 | seperator = / | 400 | separator = / |
401 | inbox = yes | 401 | inbox = yes |
402 | } | 402 | } |
403 | ''; | 403 | ''; |