* pkgs doesn't have a system attribute.
svn path=/nixos/trunk/; revision=7760
This commit is contained in:
parent
c5326d8f00
commit
836789a8a6
@ -12,7 +12,7 @@ rec {
|
|||||||
# The label used to identify the installation CD.
|
# The label used to identify the installation CD.
|
||||||
rootLabel = "NIXOS";
|
rootLabel = "NIXOS";
|
||||||
initrd = {
|
initrd = {
|
||||||
enableSplashScreen = pkgs.system != "x86_64-linux";
|
enableSplashScreen = pkgs.stdenv.system != "x86_64-linux";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -40,7 +40,7 @@ rec {
|
|||||||
|
|
||||||
# And a background to go with that.
|
# And a background to go with that.
|
||||||
ttyBackgrounds = {
|
ttyBackgrounds = {
|
||||||
enable = pkgs.system != "x86_64-linux";
|
enable = pkgs.stdenv.system != "x86_64-linux";
|
||||||
specificThemes = [
|
specificThemes = [
|
||||||
{ tty = 8;
|
{ tty = 8;
|
||||||
theme = pkgs.fetchurl {
|
theme = pkgs.fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user