plymouth: Fix reference to NixOS version

This commit is contained in:
Tim Steinbach 2018-02-19 11:05:32 -05:00
parent 1e23a5a6e9
commit 0500cf79af
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA

View file

@ -10,7 +10,7 @@ let
breezePlymouth = pkgs.breeze-plymouth.override {
nixosBranding = true;
nixosVersion = config.system.nixosRelease;
nixosVersion = config.system.nixos.release;
};
themesEnv = pkgs.buildEnv {