Skip to content

Commit

Permalink
nixos: fix another syntax error (local instantiation succeeds now)
Browse files Browse the repository at this point in the history
  • Loading branch information
aristidb committed Feb 22, 2018
1 parent 58b07ac commit 3af0ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/audio/alsa.nix
Expand Up @@ -78,7 +78,7 @@ in
###### implementation

config = {
sound.enable = mkDefault !(versionAtLeast config.system.stateVersion "18.03");
sound.enable = mkDefault (!versionAtLeast config.system.stateVersion "18.03");
} // mkIf config.sound.enable {

environment.systemPackages = [ alsaUtils ];
Expand Down

0 comments on commit 3af0ff2

Please sign in to comment.