lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

scaphandre: cleanup

+2 -4
+2 -4
pkgs/servers/scaphandre/default.nix
··· 1 - { stdenv 2 - , lib 1 + { lib 3 2 , rustPlatform 4 3 , fetchFromGitHub 5 4 , pkg-config 6 5 , openssl 7 - , powercap 8 6 , nix-update-script 9 7 , runCommand 10 8 , dieHook ··· 66 64 description = "Electrical power consumption metrology agent"; 67 65 homepage = "https://github.com/hubblo-org/scaphandre"; 68 66 license = licenses.asl20; 69 - platforms = with platforms; [ "x86_64-linux"]; 67 + platforms = [ "x86_64-linux" ]; 70 68 maintainers = with maintainers; [ gaelreyrol ]; 71 69 }; 72 70 }