update flake inputs
This commit is contained in:
parent
e3333290f0
commit
d08e080d16
10 changed files with 139 additions and 62 deletions
10
overlays/modifications/fix-pwvucontrol.nix
Normal file
10
overlays/modifications/fix-pwvucontrol.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ inputs, ... }:
|
||||
final: prev:
|
||||
let
|
||||
inherit (final) stdenv;
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
in
|
||||
{
|
||||
pwvucontrol =
|
||||
inputs.nixpkgs-845dc1e9cbc2e48640b8968af58b4a19db67aa8f.legacyPackages."${system}".pwvucontrol;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue