Bump to nixos release 22.05
This commit is contained in:
parent
bce6bb1e15
commit
d7f1ae19f8
11 changed files with 33 additions and 44 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue