mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
udiskie: change package
The old package is deprecated.
This commit is contained in:
parent
30c97391d7
commit
69445cb4a0
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ in
|
|||
};
|
||||
|
||||
Service = {
|
||||
ExecStart = "${pkgs.pythonPackages.udiskie}/bin/udiskie -2 ${commandArgs}";
|
||||
ExecStart = "${pkgs.udiskie}/bin/udiskie -2 ${commandArgs}";
|
||||
};
|
||||
|
||||
Install = {
|
||||
|
|
Loading…
Reference in a new issue