Fixing evaluation of misc/version.nix

This commit is contained in:
Oliver Charles 2014-04-23 14:14:54 +01:00
parent dbd332d147
commit eb07baf75c

View File

@ -53,7 +53,7 @@ with lib;
mkDefault (if pathExists fn then readFile fn else "master");
# Note: code names must only increase in alphabetical order.
system.nixosCodeName = "Caterpillar"
system.nixosCodeName = "Caterpillar";
# Generate /etc/os-release. See
# http://0pointer.de/public/systemd-man/os-release.html for the