1
0
Fork 0
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:
Julien Langlois 2018-05-29 22:24:26 -07:00 committed by Robert Helgesson
parent 30c97391d7
commit 69445cb4a0
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -73,7 +73,7 @@ in
}; };
Service = { Service = {
ExecStart = "${pkgs.pythonPackages.udiskie}/bin/udiskie -2 ${commandArgs}"; ExecStart = "${pkgs.udiskie}/bin/udiskie -2 ${commandArgs}";
}; };
Install = { Install = {