summary refs log tree commit diff
path: root/nixos/modules/services/hardware/actkbd.nix
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2021-06-10 09:27:31 +0200
committerVladimír Čunát <v@cunat.cz>2021-06-10 09:46:55 +0200
commit2ee781417e9da2b553db0ab777aa89cd81fab54e (patch)
tree65ac966996a7647dabb658dd5f2250efa5f8add5 /nixos/modules/services/hardware/actkbd.nix
parent5f16549ccfcc896af2c7041e474c8fb55b1218bf (diff)
downloadnixpkgs-2ee781417e9da2b553db0ab777aa89cd81fab54e.tar
nixpkgs-2ee781417e9da2b553db0ab777aa89cd81fab54e.tar.gz
nixpkgs-2ee781417e9da2b553db0ab777aa89cd81fab54e.tar.bz2
nixpkgs-2ee781417e9da2b553db0ab777aa89cd81fab54e.tar.lz
nixpkgs-2ee781417e9da2b553db0ab777aa89cd81fab54e.tar.xz
nixpkgs-2ee781417e9da2b553db0ab777aa89cd81fab54e.tar.zst
nixpkgs-2ee781417e9da2b553db0ab777aa89cd81fab54e.zip
nixos/*: replace alsa* aliases
The attributes got renamed in PR #126440 and in some places this caused
evaluation errors, e.g. the tarball job was saying (locally)
> attribute 'alsaUtils' missing, at /build/source/nixos/modules/services/audio/alsa.nix:6:4
and I suspect that trunk-combined jobset's failure to evaluate was also caused.
Diffstat (limited to 'nixos/modules/services/hardware/actkbd.nix')
-rw-r--r--nixos/modules/services/hardware/actkbd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/hardware/actkbd.nix b/nixos/modules/services/hardware/actkbd.nix
index daa407ca1f0..f7770f85da3 100644
--- a/nixos/modules/services/hardware/actkbd.nix
+++ b/nixos/modules/services/hardware/actkbd.nix
@@ -75,7 +75,7 @@ in
         type = types.listOf (types.submodule bindingCfg);
         default = [];
         example = lib.literalExample ''
-          [ { keys = [ 113 ]; events = [ "key" ]; command = "''${pkgs.alsaUtils}/bin/amixer -q set Master toggle"; }
+          [ { keys = [ 113 ]; events = [ "key" ]; command = "''${pkgs.alsa-utils}/bin/amixer -q set Master toggle"; }
           ]
         '';
         description = ''