Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 15 lines 209 B view raw
1{ 2 mkKdeDerivation, 3 kpmcore, 4}: 5mkKdeDerivation { 6 pname = "partitionmanager"; 7 8 propagatedUserEnvPkgs = [ kpmcore ]; 9 10 passthru = { 11 inherit kpmcore; 12 }; 13 14 meta.mainProgram = "partitionmanager"; 15}