Commit 8a321dbf authored by Peter Hoeg's avatar Peter Hoeg
Browse files

profile-cleaner: add mainProgram

parent caeda292
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
    license = lib.licenses.mit;
    platforms = lib.platforms.all;
    maintainers = [ lib.maintainers.devhell ];
    mainProgram = "profile-cleaner";
  };
}