Bump to nixos release 22.05

This commit is contained in:
Jakob Lechner 2022-06-08 08:03:53 +00:00
parent bce6bb1e15
commit d7f1ae19f8
No known key found for this signature in database
GPG key ID: 996082EFB5906C10
11 changed files with 33 additions and 44 deletions

View file

@ -1,12 +1,12 @@
{ python39Packages }:
{ python310Packages }:
python39Packages.buildPythonApplication rec {
python310Packages.buildPythonApplication rec {
pname = "mute-indicator";
version = "0.0.1";
src = ./.;
propagatedBuildInputs = with python39Packages; [
propagatedBuildInputs = with python310Packages; [
python
pulsectl
pyserial