Skip to content

Commit

Permalink
plymouth: Fix reference to NixOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Feb 19, 2018
1 parent 1e23a5a commit 0500cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/system/boot/plymouth.nix
Expand Up @@ -10,7 +10,7 @@ let

breezePlymouth = pkgs.breeze-plymouth.override {
nixosBranding = true;
nixosVersion = config.system.nixosRelease;
nixosVersion = config.system.nixos.release;
};

themesEnv = pkgs.buildEnv {
Expand Down

0 comments on commit 0500cf7

Please sign in to comment.